forked from 0x2620/pandora
typo
This commit is contained in:
parent
cf836ec172
commit
f38d3441a0
2 changed files with 1 additions and 2 deletions
|
@ -333,7 +333,7 @@ def taskStatus(request, data):
|
||||||
status: string, // status, 'PENDING' or 'OK'
|
status: string, // status, 'PENDING' or 'OK'
|
||||||
result: object // result data
|
result: object // result data
|
||||||
}
|
}
|
||||||
note: To be deprecated, will be wrapped in regular API call
|
notes: To be deprecated, will be wrapped in regular API call
|
||||||
'''
|
'''
|
||||||
#FIXME: should check if user has permissions to get status
|
#FIXME: should check if user has permissions to get status
|
||||||
if 'taskId' in data:
|
if 'taskId' in data:
|
||||||
|
|
|
@ -128,7 +128,6 @@ pandora.ui.apiDialog = function() {
|
||||||
notes: Notes
|
notes: Notes
|
||||||
see: action, action, ...
|
see: action, action, ...
|
||||||
*/
|
*/
|
||||||
string = ;
|
|
||||||
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 \{|note: |see: ))/g, '\n\n'
|
||||||
|
|
Loading…
Reference in a new issue