Last active
March 13, 2017 20:48
-
-
Save pramoth/ba53b4e24c7dc42566d8b1f896d25b72 to your computer and use it in GitHub Desktop.
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
HTMLElement.attributes = { | |
type:{name:’type’, value:’text’ }, | |
value:{name:’value’, value:’Pramoth’ }, | |
class:{name:’class’, value:’myclass’ } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment