[Code Style] Run gulp fixstyle
...to apply code style settings from #142.
This commit is contained in:
@@ -32,7 +32,7 @@ define([
|
||||
beforeEach(function () {
|
||||
mockGestureService = jasmine.createSpyObj(
|
||||
'gestureService',
|
||||
[ 'attachGestures' ]
|
||||
['attachGestures']
|
||||
);
|
||||
mockParse = jasmine.createSpy('$parse');
|
||||
mockExpr = jasmine.createSpy('expr');
|
||||
|
||||
Reference in New Issue
Block a user