jquery.ajaxq
This commit is contained in:
parent
1229e92feb
commit
63c83773ff
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
// create global references
|
// create global references
|
||||||
import _ from 'lodash'
|
import _ from 'lodash'
|
||||||
import Metamaps from './Metamaps'
|
import Metamaps from './Metamaps'
|
||||||
|
import 'jquery.ajaxq' // allow queueing ajax requests so it doesn't overload
|
||||||
|
|
||||||
window._ = _
|
window._ = _
|
||||||
window.Metamaps = Metamaps
|
window.Metamaps = Metamaps
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
"getScreenMedia": "git://github.com/devvmh/getScreenMedia#patch-1",
|
"getScreenMedia": "git://github.com/devvmh/getScreenMedia#patch-1",
|
||||||
"hark": "git://github.com/devvmh/hark#patch-1",
|
"hark": "git://github.com/devvmh/hark#patch-1",
|
||||||
"howler": "2.0.2",
|
"howler": "2.0.2",
|
||||||
|
"jquery.ajaxq": "^0.5.2",
|
||||||
"json-loader": "0.5.4",
|
"json-loader": "0.5.4",
|
||||||
"lodash": "4.17.2",
|
"lodash": "4.17.2",
|
||||||
"node-uuid": "1.4.7",
|
"node-uuid": "1.4.7",
|
||||||
|
|
Loading…
Add table
Reference in a new issue