Skip to content

Commit

Permalink
Merge pull request #18 from squirrel-commando/browserify
Browse files Browse the repository at this point in the history
Fixed global scope referencing for browserify
  • Loading branch information
DmitryBaranovskiy committed Dec 22, 2013
2 parents 83cf28e + 2d21a4a commit 42374a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eve.js
Expand Up @@ -368,4 +368,4 @@
return "You are running Eve " + version;
};
(typeof module != "undefined" && module.exports) ? (module.exports = eve) : (typeof define != "undefined" ? (define("eve", [], function() { return eve; })) : (glob.eve = eve));
})(this);
})(window || this);

0 comments on commit 42374a7

Please sign in to comment.