1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-10-23 19:57:38 +00:00

Remove obsolete modules

ArgParser was used by the old tw2 parser, and the Sprite animator was
never actually used
This commit is contained in:
Jeremy Ruston
2013-02-08 09:22:02 +00:00
parent 87986a945d
commit 5fd73a2b8d
3 changed files with 0 additions and 187 deletions

View File

@@ -72,8 +72,6 @@ exports.startup = function() {
// Install the scroller
$tw.pageScroller = new $tw.utils.PageScroller();
document.addEventListener("tw-scroll",$tw.pageScroller,false);
// Install the sprite factory
$tw.sprite = new $tw.utils.Sprite();
// Install the save action handler
$tw.wiki.initSavers();
document.addEventListener("tw-save-wiki",function(event) {