Skip to content

Commit

Permalink
Merge pull request #24 from soonick/master
Browse files Browse the repository at this point in the history
Fix demo for browsers that don't support Object.observe
  • Loading branch information
ebidel committed Nov 13, 2015
2 parents 5b73230 + 95cfc54 commit 287a3f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
selector.addEventListener('change', function() {
document.documentElement.lang = this.value;
I18nMsg.lang = this.value;
Platform.performMicrotaskCheckpoint();
});

document.addEventListener('i18n-language-ready', function(e) {
Expand Down

0 comments on commit 287a3f1

Please sign in to comment.