[Proto-Scripty] Re: Remove class

2011-08-25 Thread chapster
/ com On Aug 23, 6:56 pm, chapster emurra...@gmail.com wrote: When I create a class like example below. How would I remove a class so its not in memory. namespace.Popup = Class.create( {   initialize: function(params){     ...   },   show:function(){     // create or show

[Proto-Scripty] Remove class

2011-08-24 Thread chapster
When I create a class like example below. How would I remove a class so its not in memory. namespace.Popup = Class.create( { initialize: function(params){ ... }, show:function(){ // create or show } }); I was thinking of creating this at the start of my application and just