I changed my code to:
// Repeat Status Icon
SqueezeJS.UI.RptStateIcon = Ext.extend(SqueezeJS.UI.Component, {
...
SqueezeJS.UI.RptStateIcon = Ext.extend(SqueezeJS.UI.Component, {
onPlaylistChange : function(status){
You can't have two definitions for the same class. Only create one, which then implements both methods.
-- Michael _______________________________________________ diy mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/diy
