[Code Style] Run gulp fixstyle
...to apply code style settings from #142.
This commit is contained in:
@@ -34,7 +34,7 @@ define(
|
||||
}
|
||||
|
||||
beforeEach(function () {
|
||||
mockScope = jasmine.createSpyObj("$scope", [ "$watch" ]);
|
||||
mockScope = jasmine.createSpyObj("$scope", ["$watch"]);
|
||||
mockScope.$parent = {};
|
||||
mctToolbar = new MCTToolbar();
|
||||
});
|
||||
@@ -111,4 +111,4 @@ define(
|
||||
|
||||
});
|
||||
}
|
||||
);
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user