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
/************************************ | |
* List Stuff * | |
************************************/ | |
var empty_list = function(selector) { | |
return selector(undefined, undefined, tru); | |
}; | |
var prepend = function(el, list) { | |
return function(selector) { |