removed jquery (#239)

* removed jquery

* version bump
This commit is contained in:
Jeffrey Warren
2018-05-03 17:33:01 -04:00
committed by GitHub
parent 39418da187
commit b16b45afa8
5 changed files with 138 additions and 9953 deletions

View File

@@ -1,4 +1,4 @@
if (typeof window !== 'undefined') {window.$ = window.jQuery = require('jquery'); isBrowser = true}
if (typeof window !== 'undefined') {isBrowser = true}
else {var isBrowser = false}
ImageSequencer = function ImageSequencer(options) {