0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
This commit is contained in:
Rich-Harris 2016-11-26 11:37:48 -05:00
parent c199407db2
commit 8b365084e6
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
export default function onrender ( validator, prop ) {
export default function onrender () {
}

View File

@ -1,3 +1,3 @@
export default function onteardown ( validator, prop ) {
export default function onteardown () {
}