kopia lustrzana https://github.com/c9/core
fix typo
rodzic
909550dee2
commit
3f120b0934
|
@ -372,7 +372,7 @@ define(function(require, exports, module) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
else if (options.url && /\.json$/.test(root)) {
|
else if (options.url && /\.json$/.test(root)) {
|
||||||
require(["text!" + options.id + "/" + root], function(value) {
|
require(["text!" + options.url + "/" + root], function(value) {
|
||||||
try {
|
try {
|
||||||
var json = JSON.parse(value);
|
var json = JSON.parse(value);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
Ładowanie…
Reference in New Issue