FIX: ESLint

This commit is contained in:
Robin Ward 2016-05-04 17:20:36 -04:00
parent 148c4da23d
commit 3220f9e3cc
No known key found for this signature in database
GPG Key ID: 0E091E2B4ED1B83D

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;
}