diff options
author | Rob Loach <robloach@gmail.com> | 2013-06-13 16:40:26 -0400 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2013-06-13 16:40:26 -0400 |
commit | ae3a7135271fe0d24f8ada4cfde070c6dd138726 (patch) | |
tree | 7ee01387a0bf2e35f51ea5a26cc1af9c7b0d043a /example/index.html | |
parent | 25dd0423594bcd7ec568906b90aa38a04da0b294 (diff) | |
download | jquery-once-ae3a7135271fe0d24f8ada4cfde070c6dd138726.zip jquery-once-ae3a7135271fe0d24f8ada4cfde070c6dd138726.tar.gz jquery-once-ae3a7135271fe0d24f8ada4cfde070c6dd138726.tar.bz2 |
Add tests and minified distribution1.2.3
Diffstat (limited to 'example/index.html')
-rw-r--r-- | example/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/index.html b/example/index.html index 0afff9b..fa009dc 100644 --- a/example/index.html +++ b/example/index.html @@ -2,7 +2,7 @@ <html> <head> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> - <script src="../jquery.once.js"></script> + <script src="../jquery.once.min.js"></script> </head> <body> <h1>jQuery Once</h1> |