Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
stub out upgradeDocumentTree when under native.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Jan 27, 2014
1 parent 80876c9 commit 35cc03c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CustomElements.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ if (useNative) {
scope.upgradeSubtree = nop;
scope.observeDocument = nop;
scope.upgradeDocument = nop;
scope.upgradeDocumentTree = nop;
scope.takeRecords = nop;

} else {
Expand Down

0 comments on commit 35cc03c

Please sign in to comment.