mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Removed deps from runtime.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
var hasOwn = Object.prototype.hasOwnProperty;
|
||||
|
||||
var pending = [];
|
||||
function queue(name, deps, runImage) {
|
||||
function queue(name, runImage) {
|
||||
pending.push({name: name, runImage: runImage});
|
||||
processNext();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user