Skip to content

Commit d6a4ff7

Browse files
committed
Fixing lint errors
1 parent 8a6d564 commit d6a4ff7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/scripts/api-console.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
}
148148

149149
return doc;
150-
}
150+
};
151151

152152
$scope.unique = function (arr) {
153153
return arr.filter (function (v, i, a) { return a.indexOf (v) === i; });

src/app/directives/documentation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030

3131
return doc;
32-
}
32+
};
3333

3434
$scope.unique = function (arr) {
3535
return arr.filter (function (v, i, a) { return a.indexOf (v) === i; });

0 commit comments

Comments
 (0)