mirror of https://github.com/sveltejs/svelte
Merge pull request #900 from sveltejs/event-handler-options-callee
allow options.* as event handler calleepull/902/head
commit
921ad06bc7
@ -1,8 +1,8 @@
|
|||||||
[{
|
[{
|
||||||
"message": "'resize' is an invalid callee (should be one of this.*, event.*, console.*, set, fire or destroy)",
|
"message": "'resize' is an invalid callee (should be one of this.*, event.*, options.*, console.*, set, fire or destroy)",
|
||||||
"loc": {
|
"loc": {
|
||||||
"line": 1,
|
"line": 1,
|
||||||
"column": 20
|
"column": 20
|
||||||
},
|
},
|
||||||
"pos": 20
|
"pos": 20
|
||||||
}]
|
}]
|
||||||
|
Loading…
Reference in new issue