selectively_unstyle: use "worker functions" instead of predicates
commit4cd8d882e0e16ce9f42c6cef315ef3797019e037
authorJohn Foerch <jjfoerch@earthlink.net>
Fri, 30 Jan 2009 18:49:09 +0000 (30 13:49 -0500)
committerJohn Foerch <jjfoerch@earthlink.net>
Fri, 30 Jan 2009 18:49:09 +0000 (30 13:49 -0500)
treea6459e9ed873454550d615db263d755f144a2a86
parent03ded982cc8ab320e0056cf87b49bc2b5210f760
selectively_unstyle: use "worker functions" instead of predicates

In `selectively_unstyle_alist' the functions are no longer predicates.
To make a function that disables a stylesheet, do:

  function (sheet) { sheet.disabled = true; }
modules/selectively-unstyle.js