mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
make dist
This commit is contained in:
Vendored
+1
-1
@@ -364,7 +364,7 @@ var _engine = {
|
||||
}
|
||||
};
|
||||
xhr.onerror = function () {
|
||||
reject(new Error(xhr.statusText));
|
||||
reject(new Error('An error occurred whilst sending the response.'));
|
||||
};
|
||||
xhr.open('GET', fullUrl);
|
||||
xhr.send();
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user