Correct jslint issue causing build failure

This commit is contained in:
James Laska
2014-07-31 08:06:54 -04:00
parent 759a5775cb
commit 290f6ca279

View File

@@ -785,7 +785,7 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'AuthService', 'Job
}; };
reader.onerror = function() { reader.onerror = function() {
Alert('Error','There was an error reading the selected file.'); Alert('Error','There was an error reading the selected file.');
} };
reader.readAsText(files[0]); reader.readAsText(files[0]);
}); });
} }