This commit is contained in:
JoramWilander
2015-06-15 08:02:39 -04:00
parent a70926e897
commit f9dcbd7ebb

View File

@@ -13,7 +13,7 @@ module.exports.trackPage = function() {
}; };
function handleError(method_name, xhr, status, err) { function handleError(method_name, xhr, status, err) {
var _LTracker = global.window._LTracker | []; var _LTracker = global.window._LTracker || [];
var e = null; var e = null;
try { try {