doevisualizations
Version:
Data Visualization Library based on RequireJS and D3.js (v4+)
18 lines (17 loc) • 316 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*/
define([
'jquery',
'./core/core.js',
'./step/step.js',
'./limit/limit.js',
'./scroll/scroll.js'
], function ($) {
return $;
});