Skip to content

Commit ab0a723

Browse files
committed
Export from require.js as a proper module
Fixes #97
1 parent 10eee4e commit ab0a723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/_footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ window.Raven = Raven;
44

55
// AMD
66
if (typeof define === 'function' && define.amd) {
7-
define(function() { return Raven; });
7+
define('raven', [], function() { return Raven; });
88
}
99

1010
})(window);

0 commit comments

Comments
 (0)