Skip to content

Commit

Permalink
Merge pull request #34 from csnover/patch-1
Browse files Browse the repository at this point in the history
define call should include empty dependencies list
  • Loading branch information
jrburke committed Jan 14, 2014
2 parents c505e9d + 4ba264e commit 85dd790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion returnExports.js
Expand Up @@ -41,7 +41,7 @@
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define(factory);
define([], factory);
} else if (typeof exports === 'object') {
// Node. Does not work with strict CommonJS, but
// only CommonJS-like enviroments that support module.exports,
Expand Down

0 comments on commit 85dd790

Please sign in to comment.