Skip to content

Commit 7fe0f6c

Browse files
author
Niels Dequeker
committed
Fix JSCS issue in spec file
1 parent 118b38e commit 7fe0f6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/directives/uiTreeHandle.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
$scope = $rootScope.$new();
1212

1313
$scope.items = [{
14-
"id": 42,
15-
"title": "Node 42"
14+
'id': 42,
15+
'title': 'Node 42'
1616
}];
1717
}));
1818

0 commit comments

Comments
 (0)