rytm-webflow 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -334,9 +334,7 @@ class ASwapDispatcher extends EventDispatcher {
|
|
|
334
334
|
this.storeResult(url, xhr.responseText);
|
|
335
335
|
}
|
|
336
336
|
this.handleResult(xhr.responseText);
|
|
337
|
-
}
|
|
338
|
-
this.warning("AS problem - GET", url, "returned no result");
|
|
339
|
-
}
|
|
337
|
+
}
|
|
340
338
|
};
|
|
341
339
|
xhr.open(method, url);
|
|
342
340
|
xhr.send(data);
|