Merge pull request #1302 from sveltejs/gh-1301

fix duplicated line
pull/1308/head
Rich Harris 7 years ago committed by GitHub
commit db21e80a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -265,8 +265,6 @@ export default class Component extends Node {
`);
});
componentInitProperties.push(`data: ${name_initial_data}`);
const initialisers = [
'state = #component.get()',
hasLocalBindings && 'newState = {}',

Loading…
Cancel
Save