Skip to content

Commit

Permalink
fixes LinkedInAttic#77 bu removing exmplicit jQuery support
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobo committed May 29, 2012
1 parent e7d141a commit 673131d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/inject.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -1408,8 +1408,7 @@ define = (moduleId, deps, callback) ->
loadModules allDeps, afterLoadModules

# To allow a clear indicator that a global define function conforms to the AMD API
define['amd'] =
'jQuery': true # jQuery requires explicitly defining inside of define.amd
define['amd'] = {}

# set context.require to the main inject object
# set context.define to the main inject object
Expand Down

0 comments on commit 673131d

Please sign in to comment.