public
Description: MooTools Core Repository
Homepage: http://mootools.net
Clone URL: git://github.com/mootools/mootools-core.git
More parenthesis are not needed. :(
djahandarie (author)
Mon Aug 25 18:17:34 -0700 2008
Jan Kassens (committer)
Tue Aug 26 02:03:28 -0700 2008
commit  0f9a324ff34577b28e6eaa26566fdcd3cc42c18e
tree    085fe1589dd1c455672c8ea9b1b42e41d85b625a
parent  7e7f70c635e78fe7e834df2efc8fd12d16fe6942
...
38
39
40
41
 
42
43
44
...
38
39
40
 
41
42
43
44
0
@@ -38,7 +38,7 @@ Base function for creating functional closures which is used by all other Functi
0
 ### Example:
0
 
0
   var myFunction = function(){
0
-    alert("I'm a function. :)");
0
+    alert("I'm a function. :D");
0
   };
0
 
0
   var mySimpleFunction = myFunction.create(); //Just a simple copy.

Comments

alcohol Wed Aug 27 14:11:13 -0700 2008

Well it should be alert(“I’m an alert(); triggered by a function.”); if you want to be precise. But that means more parenthesis :<