Fixed error on closing editor.

This commit is contained in:
Oliver Hamlet
2014-11-13 12:05:22 +00:00
parent e2ea71d51e
commit ba52290375
+1 -1
View File
@@ -483,7 +483,7 @@ loot-clear-metadata
}
}
if (isValid || evt.target-id != 'accept') {
if (isValid || evt.target.id != 'accept') {
/* Fire the close event, saying whether or not to save data. */
card.dispatchEvent(new CustomEvent('loot-editor-close', {
bubbles: true,