Commit c03b8cc5 authored by Marco Mariani's avatar Marco Mariani

added rsvp dependency to complex_queries

parent 9beab765
......@@ -19,8 +19,8 @@
return module(exports);
}
window.complex_queries = {};
module(window.complex_queries);
}(['exports'], function (to_export) {
module(window.complex_queries, RSVP);
}(['exports', 'rsvp'], function (to_export, RSVP) {
"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