mirror of https://gitee.com/bigwinds/arangodb
Fixed frontend test
This commit is contained in:
parent
82d58ddb19
commit
2713df2aef
|
@ -43,7 +43,8 @@
|
|||
"click #confirmDeleteDocument" : "deleteDocument",
|
||||
"click #document-from" : "navigateToDocument",
|
||||
"click #document-to" : "navigateToDocument",
|
||||
"dblclick #documentEditor tr" : "addProperty"
|
||||
"dblclick #documentEditor tr" : "addProperty",
|
||||
"focusout .ace_editor": "parseInvalidJson"
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue