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

Commit 1fea228

Browse files
committed
Missing semicolon added
1 parent 2514b35 commit 1fea228

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
@@ -199,7 +199,7 @@ angular.module('ui.ace', [])
199199
onBlur: function (callback) {
200200
return function () {
201201
executeUserCallback(callback, acee);
202-
}
202+
};
203203
}
204204
};
205205

0 commit comments

Comments
 (0)