Skip to content

Commit

Permalink
Fix ref to when module in a non-amd browser env. Update to latest whe…
Browse files Browse the repository at this point in the history
…n.js 0.10.4 and aop.js 0.5.2
  • Loading branch information
briancavalier committed Dec 23, 2011
1 parent 3957f55 commit 579d071
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion support/aop
Submodule aop updated 3 files
+14 −0 README.md
+317 −293 aop.js
+3 −3 package.json
2 changes: 1 addition & 1 deletion support/when
Submodule when updated 4 files
+7 −0 README.md
+1 −1 package.json
+2 −2 test/map.html
+25 −22 when.js
2 changes: 1 addition & 1 deletion wire/base.js
Expand Up @@ -220,5 +220,5 @@ define(['when'], function(when) {
// use define for AMD if available
? define
// If no define or module, attach to current context.
: function(deps, factory) { this.wire_base = factory(); }
: function(deps, factory) { this.wire_base = factory(this.when); }
);

0 comments on commit 579d071

Please sign in to comment.