BUGFIX: cloaking code
This commit is contained in:
parent
0be6bcacee
commit
f8c095873c
|
@ -333,7 +333,7 @@
|
|||
render: function(buffer) {
|
||||
var containedView = this._containedView, self = this;
|
||||
|
||||
if (containedView && (containedView._state || containedView._state) !== 'inDOM') {
|
||||
if (containedView && (containedView._state || containedView.state) !== 'inDOM') {
|
||||
containedView.triggerRecursively('willInsertElement');
|
||||
containedView.renderToBuffer(buffer);
|
||||
containedView.transitionTo('inDOM');
|
||||
|
|
Loading…
Reference in New Issue