We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22841a1 commit def77ffCopy full SHA for def77ff
source/jquery.syntax.js
@@ -68,7 +68,7 @@ ResourceLoader.prototype._loaded = function (name) {
68
this.loading[name] = null;
69
70
if (!resource) {
71
- alert("Could not load resource named " + name);
+ alert("ResourceLoader: Could not load resource named " + name);
72
} else {
73
for (var i = 0; i < loading.length; i += 1) {
74
loading[i](resource);
0 commit comments