I am using the Microsoft Ajax Client library to write some OO javascript. It is possible to mark a class with an interface as follows:
Widgets.IndividualLinker.registerClass('Widgets.IndividualLinker', null, Widgets.ILinker);
Does anyone know how to register multiple interfaces on a class?
Thanks.