Skip to content

Commit

Permalink
dirty fix webpack module compant
Browse files Browse the repository at this point in the history
  • Loading branch information
LeZuse committed Jun 23, 2015
1 parent d4d3270 commit cb8fcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/Autolinker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
if (root && typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module unless amdModuleId is set
define([], function () {
return (root['Autolinker'] = factory());
Expand Down

0 comments on commit cb8fcc5

Please sign in to comment.