This commit is contained in:
psychobunny
2015-03-12 01:34:10 -04:00
parent 2878bf6cfe
commit ec897be3e7

View File

@@ -3,9 +3,9 @@
license: MIT
http://www.jacklmoore.com/autosize
*/
'use strict';
/*globals define*/
(function (root, factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define('autosize', factory);