mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-30 17:38:02 +00:00
pushTop should return resulting array
This commit is contained in:
@@ -87,6 +87,7 @@ exports.pushTop = function(array,value) {
|
||||
}
|
||||
array.push(value);
|
||||
}
|
||||
return array;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user