aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/quality-profiles/profile.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/apps/quality-profiles/profile.js')
-rw-r--r--server/sonar-web/src/main/js/apps/quality-profiles/profile.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/profile.js b/server/sonar-web/src/main/js/apps/quality-profiles/profile.js
index 73ace102b13..06a8c780cb6 100644
--- a/server/sonar-web/src/main/js/apps/quality-profiles/profile.js
+++ b/server/sonar-web/src/main/js/apps/quality-profiles/profile.js
@@ -17,8 +17,8 @@ export default Backbone.Model.extend({
this.fetchProfileRules(),
this.fetchInheritance()
).done(function () {
- that.set(that.fetchChanged);
- });
+ that.set(that.fetchChanged);
+ });
},
fetchProfileRules: function () {
@@ -114,5 +114,3 @@ export default Backbone.Model.extend({
this.unset('comparison');
}
});
-
-