Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
Synced some source files with boilerplate (added use strict, removed …
Browse files Browse the repository at this point in the history
…dependency)
  • Loading branch information
molily committed Oct 25, 2012
1 parent 8662ad0 commit de7947f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions coffee/lib/support.coffee
Expand Up @@ -3,6 +3,7 @@ define [
'lib/utils'
'chaplin'
], (_, utils, Chaplin) ->
' use strict'

# Application-specific feature detection
# --------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions coffee/lib/utils.coffee
@@ -1,8 +1,8 @@
define [
'underscore'
'jquery'
'chaplin'
], (_, jquery, Chaplin) ->
], (_, Chaplin) ->
' use strict'

# Application-specific utilities
# ------------------------------
Expand Down
2 changes: 2 additions & 0 deletions js/lib/support.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion js/lib/utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de7947f

Please sign in to comment.