v1.18.x
psychobunny 10 years ago
parent 2878bf6cfe
commit ec897be3e7

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

Loading…
Cancel
Save