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

Commit

Permalink
webkitShadowRoot -> shadowRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Jan 13, 2014
1 parent 9c1d628 commit 84b065a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi-js.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// You can use either PIXI.WebGLRenderer or PIXI.CanvasRenderer
var w = this.offsetWidth - 4, h = this.offsetHeight - 4;
this.renderer = new PIXI.WebGLRenderer(w, h);
this.webkitShadowRoot.appendChild(this.renderer.view);
this.shadowRoot.appendChild(this.renderer.view);
//
this.texture = PIXI.Texture.fromImage("google_chrome.png");
},
Expand Down

0 comments on commit 84b065a

Please sign in to comment.