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

Commit

Permalink
update callback names: inserted -> enteredView.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Sep 17, 2013
1 parent c056496 commit 64de62a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion polymer-ui-menu/polymer-ui-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</template>
<script>
Polymer('polymer-ui-menu', {
inserted: function() {
enteredView: function() {
if (!this.theme) {
this.findTheme();
}
Expand Down
2 changes: 1 addition & 1 deletion polymer-ui-theme-aware/polymer-ui-theme-aware.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
};
Polymer('polymer-ui-theme-aware', {
enteredDocument: function() {
enteredView: function() {
if (!this.theme) {
this.findTheme();
}
Expand Down

0 comments on commit 64de62a

Please sign in to comment.