Current state
This commit is contained in:
14
public/legacy/assets/plugins/jstree/src/intro.js
Normal file
14
public/legacy/assets/plugins/jstree/src/intro.js
Normal file
@@ -0,0 +1,14 @@
|
||||
/*globals jQuery, define, exports, require, window, document */
|
||||
(function (factory) {
|
||||
"use strict";
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery'], factory);
|
||||
}
|
||||
else if(typeof exports === 'object') {
|
||||
factory(require('jquery'));
|
||||
}
|
||||
else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(function ($, undefined) {
|
||||
"use strict";
|
||||
Reference in New Issue
Block a user