Remove redundant store check

pull/3534/head
Bryan Terce 5 years ago
parent cfc7e6af5b
commit 63f69390fd
No known key found for this signature in database
GPG Key ID: DF2E2829CA6E5BF4

@ -262,7 +262,7 @@ function get_event_handler(
const { object, property, snippet } = binding;
if (binding.store) {
store = store || binding.store;
store = binding.store;
tail = `${binding.tail}${tail}`;
}

Loading…
Cancel
Save