Skip to content

Commit 78f61f2

Browse files
committed
replace entered|leftDocumentCallback support: addresses https://github.com/Polymer/platform/issues/41.
1 parent 6fcff14 commit 78f61f2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/instance/base.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@
6464
this.leftView();
6565
}
6666
},
67+
// TODO(sorvell): bc
68+
enteredDocumentCallback: function() {
69+
this.enteredViewCallback();
70+
},
71+
// TODO(sorvell): bc
72+
leftDocumentCallback: function() {
73+
this.leftViewCallback();
74+
},
6775
// recursive ancestral <element> initialization, oldest first
6876
parseDeclarations: function(p) {
6977
if (p && p.element) {

0 commit comments

Comments
 (0)