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

Commit

Permalink
style(angularFiles): just missing semi-colon and extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Nov 1, 2011
1 parent ddf6f11 commit 1d966f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angularFiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ angularFiles = {
'src/widget/form.js',
'src/widget/input.js',
'src/widget/select.js',
'src/AngularPublic.js',
'src/AngularPublic.js'
],

'angularScenario': [
Expand Down Expand Up @@ -149,4 +149,4 @@ angularFiles = {
'src/scenario/angular-bootstrap.js',
'test/jquery_remove.js'
]
}
};

0 comments on commit 1d966f8

Please sign in to comment.