Never mind, the solution was in front of me:
Slick.definePseudo('external', function(){
// code
});
___
Oskar Krawczyk
http://nouincolor.com
On Fri, Apr 30, 2010 at 12:05 PM, Oskar Krawczyk
<[email protected]>wrote:
> Technical question,
>
> I used to be doing the following in 1.2 to extend pseudo selectors:
>
> $extend(Selectors.Pseudo, {
> external: function(domain) {
> // some code
> }
> });
>
> What's the equivalent in Slick? Can't seem to figure this one out –
> the closure is my problem.
>
> O.
>