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