forked from 0x2620/pandora
typo
This commit is contained in:
parent
3088beb5bc
commit
3024c0225b
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ pandora.ui.apiDialog = function() {
|
||||||
*/
|
*/
|
||||||
var $doc = Ox.SyntaxHighlighter({
|
var $doc = Ox.SyntaxHighlighter({
|
||||||
source: '\n' + string.replace(
|
source: '\n' + string.replace(
|
||||||
/\n(?=(takes \{|returns \{|note: |see: ))/g, '\n\n'
|
/\n(?=(takes \{|returns \{|notes: |see: ))/g, '\n\n'
|
||||||
).replace(
|
).replace(
|
||||||
/(takes|returns|notes|see)(?=( \{|: ))/g, 'BOLD$1BOLD'
|
/(takes|returns|notes|see)(?=( \{|: ))/g, 'BOLD$1BOLD'
|
||||||
).replace(
|
).replace(
|
||||||
|
|
Loading…
Reference in a new issue