Skip to content

Commit 04ffac6

Browse files
bobholtajpiano
authored andcommitted
all commits to this point: fixes jquery#29
1 parent c70d4bd commit 04ffac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/about-jquery/how-jquery-works.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ $.get( "myhtmlpage.html", myCallBack );
197197
The Wrong Way (will ***not*** work!)
198198

199199
```
200-
$.get( "myhtmlpage.html", myCallBack( param1, param2 ) );
200+
$.get( "myhtmlpage.html", myCallBack(param1, param2) );
201201
```
202202

203203

0 commit comments

Comments
 (0)