Created
November 30, 2009 22:25
-
-
Save aarongustafson/245831 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
eCSStender.register( | |
{'selector': 'p'}, | |
'*', | |
function( selector, properties, media, specificity ) | |
{ | |
console.log('eCSStender matched the selector "' + selector + | |
'" in the media type ' + media + '. It’s properties follow:'); | |
console.log(properties); | |
console.log('The specificity of this selector is ' + specificity); | |
} | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment