From bc47a8759efe15a11fb44aa949ce7684979b5b34 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 18 Dec 2014 15:31:30 +0000 Subject: [PATCH] typo --- static/js/apiDialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/apiDialog.js b/static/js/apiDialog.js index d357f067..2ccc0b56 100644 --- a/static/js/apiDialog.js +++ b/static/js/apiDialog.js @@ -239,12 +239,12 @@ pandora.ui.apiDialog = function() { $('

') .css({paddingLeft: '4px'}) .html('' + id + '') - .appendTo($text), + .appendTo($text); getDoc(actions[id].doc).appendTo($text), $('
') .css({paddingLeft: '4px'}) .html('
source: ' + source + '') - .appendTo($text), + .appendTo($text); $code = Ox.SyntaxHighlighter({ source: code.replace(/\s*?'''[\s\S]+?'''/g, ''), })