alas poor typo

pull/7738/head
Conduitry 9 years ago
parent 4da352c0e4
commit 8db85057b0

@ -290,7 +290,7 @@ export default function dom ( parsed, source, options, names ) {
if ( generator.hasComplexBindings ) {
builders.init.addBlock( deindent`
this._bindings = [];
this._fragment = ${generator.alas( 'renderMainFragment' )}( this._state, this );
this._fragment = ${generator.alias( 'renderMainFragment' )}( this._state, this );
if ( options.target ) this._fragment.mount( options.target, null );
while ( this._bindings.length ) this._bindings.pop()();
` );

Loading…
Cancel
Save