mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-24 16:29:51 +01:00
jshint
This commit is contained in:
4
public/vendor/autosize.js
vendored
4
public/vendor/autosize.js
vendored
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user