Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
fixed close tags in example
Browse files Browse the repository at this point in the history
  • Loading branch information
p-m-p committed Nov 20, 2011
1 parent a7c8d4d commit 527aa98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -38,7 +38,7 @@ attributes are not defined.
```js ```js
<form action="test/server.php" method="post" id="example-form"> <form action="test/server.php" method="post" id="example-form">
... ...
<form> </form>


<script> <script>


Expand All @@ -58,7 +58,7 @@ attributes are not defined.


}, false); }, false);


<script> </script>
``` ```
###sendFile(url, file [, success, dataType] [, progress]) ###sendFile(url, file [, success, dataType] [, progress])


Expand Down

0 comments on commit 527aa98

Please sign in to comment.