Mercurial > repos > mingchen0919 > aurora_curl
view vakata-jstree-3.3.5/src/intro.js @ 2:350afb9412fc draft default tip
planemo upload
author | mingchen0919 |
---|---|
date | Mon, 14 May 2018 16:58:24 -0400 |
parents | 7a3bb304fe1d |
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";