Browse Source

php2js alpha

me@helium 8 years ago
parent
commit
665359393b
1 changed files with 1 additions and 1 deletions
  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