From af7ba8b9378e3db90bd45fbd6ad4131f8db14951 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 18 Dec 2014 13:43:33 +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 145ea7b1..c5a0be80 100644 --- a/static/js/apiDialog.js +++ b/static/js/apiDialog.js @@ -132,7 +132,7 @@ pandora.ui.apiDialog = function() { source: string.replace( /\n(?=(takes \{|returns \{|note: |see: ))/g, '\n\n' ) - }) + }), parts, parts_; ['Keyword', 'Method', 'Property'].forEach(function(type) { $doc.find('.Ox' + type).removeClass('Ox' + type);