Skip to content

Commit

Permalink
Add AMD args test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Wilcox committed Jul 3, 2012
1 parent dac016c commit 1a03e22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_amd_args.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"dx-alias/all"
], function(all){

console.log('loaded dx-alias all package:', all);
var log = all.log('', 1);
log('loaded dx-alias all package:', all);
log('see dx-alias/all for an example of how require.argsToObject works.');

});

Expand Down

0 comments on commit 1a03e22

Please sign in to comment.