1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 23:10:46 +00:00

Remove unused wikified format from viewwidget

This commit is contained in:
Jeremy Ruston 2013-10-31 22:01:12 +00:00
parent 01a0c9481e
commit e870e28cf3

View File

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