forked from 0x2620/pandora
typo
This commit is contained in:
parent
d94a48d910
commit
8db147a557
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: string.replace(
|
source: string.replace(
|
||||||
/\n(?=(takes \{|returns \{|note: |see: ))/g, '\n\n'
|
/\n(?=(takes \{|returns \{|notes: |see: ))/g, '\n\n'
|
||||||
).replace(
|
).replace(
|
||||||
/(takes|returns)(?=( \{))/g, 'BOLD$1BOLD'
|
/(takes|returns)(?=( \{))/g, 'BOLD$1BOLD'
|
||||||
).replace(
|
).replace(
|
||||||
|
|
Loading…
Reference in a new issue