mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-22 22:10:03 +00:00
pushTop should return resulting array
This commit is contained in:
parent
5010859ed6
commit
612e05a247
@ -87,6 +87,7 @@ exports.pushTop = function(array,value) {
|
||||
}
|
||||
array.push(value);
|
||||
}
|
||||
return array;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user