view vakata-jstree-3.3.5/src/intro.js @ 1:e0828838e0f3 draft default tip

update
author mingchen0919
date Fri, 09 Nov 2018 15:25:01 -0500
parents b8c76b06d724
children
line wrap: on
line source

/*globals jQuery, define, module, exports, require, window, document, postMessage */
(function (factory) {
	"use strict";
	if (typeof define === 'function' && define.amd) {
		define(['jquery'], factory);
	}
	else if(typeof module !== 'undefined' && module.exports) {
		module.exports = factory(require('jquery'));
	}
	else {
		factory(jQuery);
	}
}(function ($, undefined) {
	"use strict";