jsHint fixes

This commit is contained in:
RainLoop Team 2015-03-14 19:01:14 +04:00
parent b06a999414
commit afe80b8f2d
2 changed files with 0 additions and 2 deletions

View file

@ -4,7 +4,6 @@
'use strict';
var
_ = require('_'),
$ = require('$'),
Q = require('Q'),

View file

@ -65,7 +65,6 @@
AdvancedSearchPopupView.prototype.buildSearchString = function ()
{
var
oM = null,
aResult = [],
sFrom = Utils.trim(this.from()),
sTo = Utils.trim(this.to()),