Created
May 11, 2015 18:34
-
-
Save crysfel/7293828a9bee95c1cf88 to your computer and use it in GitHub Desktop.
Web Component
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Panel = Object.create(HTMLElement.prototype); //Step 1 | |
var MyPanel = document.registerElement('my-panel', { //Step 2 | |
prototype: Panel | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment