Skip to content

Commit

Permalink
Add var
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoazhen committed Aug 22, 2012
1 parent 9772464 commit 6431792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jumper.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ## Multiple environment support
;(function(name, factory){

hasDefine = typeof define === 'function' && define.amd,
var hasDefine = typeof define === 'function' && define.amd,
hasExports = typeof module !== 'undefined' && module.exports;

if(hasDefine){/*AMD Module*/
Expand Down

0 comments on commit 6431792

Please sign in to comment.