Skip to content

Commit

Permalink
replace entered|leftDocumentCallback support: addresses https://githu…
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Oct 28, 2013
1 parent 6fcff14 commit 78f61f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/instance/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@
this.leftView();
}
},
// TODO(sorvell): bc
enteredDocumentCallback: function() {
this.enteredViewCallback();
},
// TODO(sorvell): bc
leftDocumentCallback: function() {
this.leftViewCallback();
},
// recursive ancestral <element> initialization, oldest first
parseDeclarations: function(p) {
if (p && p.element) {
Expand Down

0 comments on commit 78f61f2

Please sign in to comment.