clean up braces
authorSteve Hackbarth <stephenhackbarth@gmail.com>
Tue, 10 Jun 2014 19:31:40 +0000 (15:31 -0400)
committerSteve Hackbarth <stephenhackbarth@gmail.com>
Tue, 10 Jun 2014 19:31:40 +0000 (15:31 -0400)
enyo-client/application/source/models/incident.js

index ed53521..df7bc72 100644 (file)
@@ -161,7 +161,9 @@ white:true*/
     },
 
     assignedToDidChange: function (model, value, options) {
-      if (value) { this.set('status', XM.Incident.ASSIGNED); }
+      if (value) {
+        this.set('status', XM.Incident.ASSIGNED);
+      }
     },
 
     validate: function () {