Remove dead code typo

print-window-tiddler
Jermolene 2014-05-02 18:07:47 +01:00
rodzic a4294b55f0
commit cb914ae853
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -141,7 +141,6 @@ NavigatorWidget.prototype.addToHistory = function(title,fromPageRect) {
historyList.push({title: title, fromPageRect: fromPageRect});
});
this.wiki.setTiddlerData(this.historyTitle,historyList,{"current-tiddler": titles[titles.length-1]});
this.wiki.addTiddler(new $tw.Tiddler());
}
};