1
0
Fork 0

Fixed frontend test

This commit is contained in:
Michael Hackstein 2015-03-10 10:40:03 +01:00
parent 82d58ddb19
commit 2713df2aef
1 changed files with 2 additions and 1 deletions

View File

@ -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"
});
});