I personally take this issue very seriously. If you could provide a simple ASP file and tell me what to do to reproduce the error I will do my best to solve this issue for 1.3.1.
— Thomas Aylott – SubtleGradient – MooTools – Cloudera — On Wed, Oct 20, 2010 at 8:50 AM, mrntdung <[email protected]> wrote: > I used "version 1.3" as JS framework with ASP classic based JSCRIPT > language and I got error instead of using "1.2.5" > > //We can not use: > > (function(){ > this.something = ... > })() > > //But we can use: > > var thing = function(){ > this.something = .... > } > > the error is: > "this" can not be used in function without a specific variable > > and mootools version 1.3 almost based on (function(){.......})() >
