jquery.ajaxq

This commit is contained in:
Devin Howard 2017-01-19 14:37:33 -05:00
parent 1229e92feb
commit 63c83773ff
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
// create global references
import _ from 'lodash'
import Metamaps from './Metamaps'
import 'jquery.ajaxq' // allow queueing ajax requests so it doesn't overload
window._ = _
window.Metamaps = Metamaps

View file

@ -36,6 +36,7 @@
"getScreenMedia": "git://github.com/devvmh/getScreenMedia#patch-1",
"hark": "git://github.com/devvmh/hark#patch-1",
"howler": "2.0.2",
"jquery.ajaxq": "^0.5.2",
"json-loader": "0.5.4",
"lodash": "4.17.2",
"node-uuid": "1.4.7",