Run eslint against all files

This commit is contained in:
Steve Gravrock
2020-07-01 16:05:02 -07:00
parent fb23277367
commit ba2aae63be
4 changed files with 18 additions and 9 deletions

View File

@@ -72,7 +72,7 @@ getJasmineRequireObj().DiffBuilder = function (j$) {
};
function dereferencePath(objectPath, actual, expected, pp) {
var i, asymmetricResult
var i, asymmetricResult;
for (i = 0; i < objectPath.components.length; i++) {
actual = actual[objectPath.components[i]];