Skip to content

Commit

Permalink
Merge pull request #15 from davidpett/patch-1
Browse files Browse the repository at this point in the history
make the AMD a named module
  • Loading branch information
lazd authored Oct 29, 2016
2 parents b24b63d + 55faa4c commit c120a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inobounce.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
if (typeof global.define === 'function') {
// AMD Support
(function(define) {
define(function() { return iNoBounce; });
define('iNoBounce', [], function() { return iNoBounce; });
}(global.define));
}
else {
Expand Down

0 comments on commit c120a10

Please sign in to comment.