mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-04 15:36:53 +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