feature(util) rm retFalse

This commit is contained in:
coderaiser 2014-10-29 05:17:15 -04:00
parent 69e5d554db
commit 866aa0456d
3 changed files with 1 additions and 10 deletions

View file

@ -105,7 +105,6 @@ var Util, DOM, jQuery;
};
}
DOM.scrollByPages = Util.retFalse;
/* function polyfill webkit standart function
* https://gist.github.com/2581101
*/

View file

@ -54,7 +54,7 @@
callback(null, data || {
'mode' : 0,
'size' : 0,
'isDirectory' : Util.retFalse
'isDirectory' : function() {}
});
});
}

View file

@ -454,14 +454,6 @@
return type;
}
/**
* function return false
*/
this.retFalse = function() {
var ret = false;
return ret;
};
/**
* function makes new array based on first