kopia lustrzana https://github.com/miklobit/TiddlyWiki5
pushTop should return resulting array
rodzic
5010859ed6
commit
612e05a247
|
@ -87,6 +87,7 @@ exports.pushTop = function(array,value) {
|
|||
}
|
||||
array.push(value);
|
||||
}
|
||||
return array;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Ładowanie…
Reference in New Issue