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

Commit 1d966f8

Browse files
committed
style(angularFiles): just missing semi-colon and extra comma
1 parent ddf6f11 commit 1d966f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

angularFiles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ angularFiles = {
3636
'src/widget/form.js',
3737
'src/widget/input.js',
3838
'src/widget/select.js',
39-
'src/AngularPublic.js',
39+
'src/AngularPublic.js'
4040
],
4141

4242
'angularScenario': [
@@ -149,4 +149,4 @@ angularFiles = {
149149
'src/scenario/angular-bootstrap.js',
150150
'test/jquery_remove.js'
151151
]
152-
}
152+
};

0 commit comments

Comments
 (0)