From 3024c0225b4cab8a5221caab8563fbc9b967dd18 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 18 Dec 2014 18:43:28 +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 a404aec62..00c37eab1 100644 --- a/static/js/apiDialog.js +++ b/static/js/apiDialog.js @@ -130,7 +130,7 @@ pandora.ui.apiDialog = function() { */ var $doc = Ox.SyntaxHighlighter({ source: '\n' + string.replace( - /\n(?=(takes \{|returns \{|note: |see: ))/g, '\n\n' + /\n(?=(takes \{|returns \{|notes: |see: ))/g, '\n\n' ).replace( /(takes|returns|notes|see)(?=( \{|: ))/g, 'BOLD$1BOLD' ).replace(