Ver código fonte

php2js alpha

me@helium 8 anos atrás
pai
commit
665359393b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      php2js.md

+ 1 - 1
php2js.md

@@ -751,7 +751,7 @@ someJQueryPlugin({size: 15, selector: "#id"});
 a("Hello");
 
 function a(text){
-    alert("function a: " + a);
+    alert("function a: " + text);
 }
 
 var b = a; //сохраняем функцию в переменной b