Remove unused wikified format from viewwidget

print-window-tiddler
Jeremy Ruston 2013-10-31 22:01:12 +00:00
rodzic 01a0c9481e
commit e870e28cf3
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -46,9 +46,6 @@ ViewWidget.prototype.execute = function() {
this.viewFormat = this.getAttribute("format","text");
this.viewTemplate = this.getAttribute("template","");
switch(this.viewFormat) {
case "wikified":
this.text = this.getValueAsWikified();
break;
case "htmlwikified":
this.text = this.getValueAsHtmlWikified();
break;