From 04d2baf8d69354ce8e3051e9139fc879851f95df Mon Sep 17 00:00:00 2001 From: 2GMon Date: Thu, 26 Mar 2015 01:38:02 +0900 Subject: replace TemplateXML with template.maybeXML --- twittperator.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'twittperator.js') diff --git a/twittperator.js b/twittperator.js index 215750f..8438d11 100644 --- a/twittperator.js +++ b/twittperator.js @@ -2043,7 +2043,7 @@ let INFO = xml` ''; window.Services.console.logStringMessage(html); - liberator.echo(new TemplateXML(html), true); + liberator.echo(new template.maybeXML(html), true); }, // }}} showTwitterMentions: function(arg) { // {{{ tw.jsonGet("statuses/mentions_timeline", null, function(res) { @@ -2355,7 +2355,7 @@ let INFO = xml` return; let id = m[0]; history.filter(function(st) st.id === id).map(dtdd).forEach(function(v) { - liberator.echo(new TemplateXML(v)); + liberator.echo(new template.maybeXML(v)); }); }, timelineCompleter: true, -- cgit v1.2.3