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'; 'use strict';
var var
_ = require('_'),
$ = require('$'), $ = require('$'),
Q = require('Q'), Q = require('Q'),

View file

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