FIX: ESLint

This commit is contained in:
Robin Ward
2016-05-04 17:20:36 -04:00
parent 148c4da23d
commit 3220f9e3cc

View File

@@ -77,8 +77,8 @@
// Server side precompile doesn't have jquery.extend
Object.keys(args).forEach(function (a) {
result[a] = args[a]}
);
result[a] = args[a];
});
return result;
}