Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 814f0e0

Browse files
committed
style: add missing semi-colon
1 parent 6b138db commit 814f0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/rootScope.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ function $RootScopeProvider(){
11041104
}
11051105
Event.prototype.preventDefault = function() {
11061106
this.defaultPrevented = true;
1107-
}
1107+
};
11081108

11091109
var target = this,
11101110
current = target,

0 commit comments

Comments
 (0)