Guest User

Untitled

a guest
Apr 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. eCSStender.register(
  2. {'selector': 'p'},
  3. '*',
  4. function( selector, properties, media, specificity )
  5. {
  6. console.log('eCSStender matched the selector "' + selector +
  7. '" in the media type ' + media + '. It’s properties follow:');
  8. console.log(properties);
  9. console.log('The specificity of this selector is ' + specificity);
  10. }
  11. );
Add Comment
Please, Sign In to add comment