From 9cc9cf0c5a21158112bf9ba419cd286e08a84f22 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 18 Dec 2014 14:00:58 +0000 Subject: [PATCH] typo --- static/js/apiDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/apiDialog.js b/static/js/apiDialog.js index 926715b27..ef954ba49 100644 --- a/static/js/apiDialog.js +++ b/static/js/apiDialog.js @@ -227,7 +227,7 @@ pandora.ui.apiDialog = function() { source = actions[id].code[0], line = Math.round(Ox.last(source.split(':')) || 0), $code, - $doc = getDoc(actions[id]).appendTo($text); + $doc = getDoc(actions[id].doc).appendTo($text); $('
') .html('
' + source + '') .appendTo($text);