Kaynağa Gözat

php2js alpha

me@helium 8 yıl önce
ebeveyn
işleme
665359393b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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