@@ -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