Skip to content

Commit

Permalink
Fix reference error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Elliott committed Nov 24, 2012
1 parent 5a03e3a commit 0a6d8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightningjs-bootstrap.js
Expand Up @@ -218,7 +218,7 @@ window.lightningjs || (function(window, parentLightningjs){
})
}

if (module && module.exports) {
if (typeof module !== "undefined" && module.exports) {
module.exports = innerLightningjs;
}
})(window, window.parent.lightningjs);

0 comments on commit 0a6d8f5

Please sign in to comment.