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

Commit

Permalink
WebComponentsReady -> polymer-ready
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Jan 22, 2014
1 parent bc17ccc commit b6dac18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/html/polymer-selection-multi.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<script>
var assert = chai.assert;
document.addEventListener('WebComponentsReady', function() {
document.addEventListener('polymer-ready', function() {
var s = document.querySelector('polymer-selection');
s.addEventListener("polymer-select", function(event) {
if (test === 1) {
Expand Down
2 changes: 1 addition & 1 deletion test/html/polymer-selection.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<script>
var assert = chai.assert;
document.addEventListener('WebComponentsReady', function() {
document.addEventListener('polymer-ready', function() {
var s = document.querySelector('polymer-selection');
s.addEventListener("polymer-select", function(event) {
if (test === 1) {
Expand Down

0 comments on commit b6dac18

Please sign in to comment.