View Single Post
  #5  
Old 04-12-2007, 02:21 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Am I the only one that see that you have no semicolon after:

PHP Code:
this.classes = {"control"
Should be..

PHP Code:
this.classes = {"control"}; 
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote