mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
FIX: ESLint
This commit is contained in:
parent
148c4da23d
commit
3220f9e3cc
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue