mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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';
|
'use strict';
|
||||||
|
|
||||||
var
|
var
|
||||||
_ = require('_'),
|
|
||||||
$ = require('$'),
|
$ = require('$'),
|
||||||
Q = require('Q'),
|
Q = require('Q'),
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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()),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue