doevisualizations
Version:
Data Visualization Library based on RequireJS and D3.js (v4+)
15 lines (14 loc) • 325 B
JavaScript
/*!
* jQuery++ - 2.0.2
* http://jquerypp.com
* Copyright (c) 2016 Bitovi
* Wed, 06 Apr 2016 00:03:57 GMT
* Licensed MIT
*/
/*jquerypp@2.0.2#event/drag/drag*/
var $ = require('jquery');
require('./core/core.js');
require('./step/step.js');
require('./limit/limit.js');
require('./scroll/scroll.js');
module.exports = $;