Commit f443b2cf authored by Tristan Cavelier's avatar Tristan Cavelier

querystorage AMD dependencies changed

parent a8e3456a
/*jslint indent: 2, maxlen: 80, nomen: true, regexp: true, unparam: true */
/*global define, window, RSVP, jIO, complex_queries */
/*global define, RSVP, jIO, complex_queries */
(function (dependencies, module) {
"use strict";
if (typeof define === 'function' && define.amd) {
return define(dependencies, module);
}
window.query_storage = {};
module(window.query_storage, RSVP, jIO);
}(['exports', 'rsvp', 'jio'], function (exports, RSVP, jIO) {
module(RSVP, complex_queries, jIO);
}(['rsvp', 'complex_queries', 'jio'], function (RSVP, complex_queries, jIO) {
"use strict";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment