mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
feature(util) rm retFalse
This commit is contained in:
parent
69e5d554db
commit
866aa0456d
3 changed files with 1 additions and 10 deletions
|
|
@ -105,7 +105,6 @@ var Util, DOM, jQuery;
|
|||
};
|
||||
}
|
||||
|
||||
DOM.scrollByPages = Util.retFalse;
|
||||
/* function polyfill webkit standart function
|
||||
* https://gist.github.com/2581101
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
callback(null, data || {
|
||||
'mode' : 0,
|
||||
'size' : 0,
|
||||
'isDirectory' : Util.retFalse
|
||||
'isDirectory' : function() {}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -454,14 +454,6 @@
|
|||
|
||||
return type;
|
||||
}
|
||||
/**
|
||||
* function return false
|
||||
*/
|
||||
this.retFalse = function() {
|
||||
var ret = false;
|
||||
|
||||
return ret;
|
||||
};
|
||||
|
||||
/**
|
||||
* function makes new array based on first
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue