Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 2bbe603

Browse files
committed
Missing semicolon added
1 parent 1e648ed commit 2bbe603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-ace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ angular.module('ui.ace', [])
5050
if (angular.isString(opts.mode)) {
5151
session.setMode('ace/mode/' + opts.mode);
5252
}
53-
}
53+
};
5454

5555
return {
5656
restrict: 'EA',

0 commit comments

Comments
 (0)