mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-05-04 16:34:10 +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);
|
array.push(value);
|
||||||
}
|
}
|
||||||
|
return array;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user