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

Commit 2514b35

Browse files
committed
Missing semicolon added
1 parent 4d22973 commit 2514b35

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
@@ -158,7 +158,7 @@ angular.module('ui.ace', [])
158158
}
159159
});
160160
}
161-
}
161+
};
162162

163163
/**
164164
* Listener factory. Until now only change listeners can be created.

0 commit comments

Comments
 (0)