|
|
@ -4,6 +4,7 @@ URL: https://github.com/Huddle/Resemble.js |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
(function (root, factory) { |
|
|
|
(function (root, factory) { |
|
|
|
|
|
|
|
'use strict'; |
|
|
|
if (typeof define === 'function' && define.amd) { |
|
|
|
if (typeof define === 'function' && define.amd) { |
|
|
|
define([], factory); |
|
|
|
define([], factory); |
|
|
|
} else if (typeof module === 'object' && module.exports) { |
|
|
|
} else if (typeof module === 'object' && module.exports) { |
|
|
@ -826,8 +827,7 @@ URL: https://github.com/Huddle/Resemble.js |
|
|
|
callback(null, data); |
|
|
|
callback(null, data); |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
}); |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
return resemble; |
|
|
|
return resemble; |
|
|
|
}; |
|
|
|
|
|
|
|
})); |
|
|
|
})); |
|
|
|