jshint -> eslint

This commit is contained in:
RainLoop Team 2016-06-27 23:54:38 +03:00
parent 40b3f929e9
commit 77a1d3f3df
100 changed files with 716 additions and 811 deletions

View file

@ -73,7 +73,7 @@
parts = (search || '').split(/[\s]+/g)
;
_.each(parts, function(part){
_.each(parts, function(part) {
switch (part)
{
case 'has:attachment':
@ -192,4 +192,4 @@
module.exports = AdvancedSearchPopupView;
}());
}());