Coding style cleanup

print-window-tiddler
Jermolene 2014-12-02 15:32:52 +00:00
rodzic 136c00237e
commit e11c9e83b9
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -63,7 +63,6 @@ Iterate through all the own properties of an object or array. Callback is invoke
*/
$tw.utils.each = function(object,callback) {
var next,f;
if(object) {
if(Object.prototype.toString.call(object) == "[object Array]") {
for (f=0; f<object.length; f++) {