From 0149b764d275f23c9ff806a4744021423bbcc94f Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 18 Dec 2014 13:43:21 +0000 Subject: [PATCH] typo --- static/js/apiDialog.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/js/apiDialog.js b/static/js/apiDialog.js index 448da0e7..145ea7b1 100644 --- a/static/js/apiDialog.js +++ b/static/js/apiDialog.js @@ -129,11 +129,11 @@ pandora.ui.apiDialog = function() { see: action, action, ... */ var $doc = Ox.SyntaxHighlighter({ - source: string.replace( - /\n(?=(takes \{|returns \{|note: |see: ))/g, '\n\n' - ), + 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); });