public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
fix app.js syntax error

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2494 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Wed Nov 22 19:39:50 -0800 2006
commit  0aa437583ebeb75b85d46ee7bb02e62e5a196b2c
tree    8147fd5d8564a11cbd0111d2c33c82e44ea862f4
parent  39534c95f11f93082e78c34b45b5f59080364f45
...
510
511
512
513
 
514
515
516
...
510
511
512
 
513
514
515
516
0
@@ -510,7 +510,7 @@ ToolBox.prototype = {
0
   }
0
 }
0
 
0
-var Mephisto = { root: ''; }
0
+var Mephisto = { root: '' };
0
 
0
 Effect.DefaultOptions.duration = 0.25;
0
 Event.addBehavior({

Comments

    No one has commented yet.