mirror of
https://github.com/ansible/awx.git
synced 2026-09-15 08:20:10 -02:30
Update dependencies
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"tag": "v3.2.1",
|
||||
"commit": "0133801b954773bab68e67cbb477774d1de197e8"
|
||||
},
|
||||
"_source": "git://github.com/ember-cli/loader.js.git",
|
||||
"_target": "3.2.1",
|
||||
"_originalSource": "ember-cli/loader.js"
|
||||
"_source": "git://github.com/stefanpenner/loader.js.git",
|
||||
"_target": "~3.2.1",
|
||||
"_originalSource": "loader.js"
|
||||
}
|
||||
@@ -105,13 +105,7 @@ var define, requireModule, require, requirejs;
|
||||
}
|
||||
|
||||
function requireFrom(name, origin) {
|
||||
|
||||
if (!registry[name]) {
|
||||
name = name + '/index';
|
||||
}
|
||||
|
||||
var mod = registry[name];
|
||||
|
||||
if (!mod) {
|
||||
throw new Error('Could not find module `' + name + '` imported from `' + origin + '`');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user