Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #9 from CMTegner/master
Browse files Browse the repository at this point in the history
Un-break ZeroClipboard.js in browsers
  • Loading branch information
jonrohan committed Aug 1, 2012
2 parents 1a83864 + a6b457d commit 680c8b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ZeroClipboard.js
Expand Up @@ -315,4 +315,7 @@ ZeroClipboard.Client.prototype = {

};

module.exports = ZeroClipboard;
if (typeof module !== "undefined") {
module.exports = ZeroClipboard;
}

0 comments on commit 680c8b9

Please sign in to comment.