Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.

Commit 2859c4e

Browse files
committed
Switch to external jquery/jquery-ui dependencies
1 parent f5cc34a commit 2859c4e

32 files changed

+33
-16708
lines changed

package-lock.json

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@
3434
"uglify-js": "^3.4.10",
3535
"vinyl-buffer": "^1.0.1",
3636
"vinyl-source-stream": "^2.0.0",
37-
"watchify": "^3.11.1"
37+
"watchify": "^3.11.1",
38+
"jquery": "^3.3.1",
39+
"jquery-ui": "^1.12.1",
40+
"jquery-mousewheel": "^3.1.13",
41+
"screenfull": "^4.1.0"
3842
},
3943
"devDependencies": {
4044
"gulp-jshint": "^2.1.0",

scripts/events.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var VispyCanvas = require('./vispycanvas.js');
2-
var screenfull = require("./lib/screenfull.min.js");
3-
require("./lib/jquery.mousewheel.min.js")($);
2+
var screenfull = require("screenfull");
3+
var mousewheel = require("jquery-mousewheel");
44

55
/* Internal functions */
66
function get_pos(c, e) {

0 commit comments

Comments
 (0)