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