mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 14:57:26 +08:00
jsHint fixes
This commit is contained in:
parent
b06a999414
commit
afe80b8f2d
2 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
|||
'use strict';
|
||||
|
||||
var
|
||||
_ = require('_'),
|
||||
$ = require('$'),
|
||||
Q = require('Q'),
|
||||
|
||||
|
|
|
@ -65,7 +65,6 @@
|
|||
AdvancedSearchPopupView.prototype.buildSearchString = function ()
|
||||
{
|
||||
var
|
||||
oM = null,
|
||||
aResult = [],
|
||||
sFrom = Utils.trim(this.from()),
|
||||
sTo = Utils.trim(this.to()),
|
||||
|
|
Loading…
Reference in a new issue