mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-14 17:53:11 +00:00
style(angularFiles): just missing semi-colon and extra comma
This commit is contained in:
parent
ddf6f1143f
commit
1d966f8a65
1 changed files with 2 additions and 2 deletions
4
angularFiles.js
vendored
4
angularFiles.js
vendored
|
|
@ -36,7 +36,7 @@ angularFiles = {
|
||||||
'src/widget/form.js',
|
'src/widget/form.js',
|
||||||
'src/widget/input.js',
|
'src/widget/input.js',
|
||||||
'src/widget/select.js',
|
'src/widget/select.js',
|
||||||
'src/AngularPublic.js',
|
'src/AngularPublic.js'
|
||||||
],
|
],
|
||||||
|
|
||||||
'angularScenario': [
|
'angularScenario': [
|
||||||
|
|
@ -149,4 +149,4 @@ angularFiles = {
|
||||||
'src/scenario/angular-bootstrap.js',
|
'src/scenario/angular-bootstrap.js',
|
||||||
'test/jquery_remove.js'
|
'test/jquery_remove.js'
|
||||||
]
|
]
|
||||||
}
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue