Make eslint happy.

This commit is contained in:
Guo Xiang Tan
2017-08-02 18:05:33 +09:00
parent 1ec43ffce7
commit bcdff915dc
6 changed files with 6 additions and 10 deletions
@@ -35,7 +35,6 @@ const Query = RestModel.extend({
if (oldParams[pinfo.identifier]) {
newParams[name] = oldParams[name];
} else if (pinfo['default'] !== null) {
if (pinfo['default'] === false) { debugger; }
newParams[name] = pinfo['default'];
} else if (pinfo['type'] === 'boolean') {
newParams[name] = 'false';