Skip to content

Commit ddc81b9

Browse files
committed
Upped tests to run with jQuery 1.7.2
1 parent 3d837ed commit ddc81b9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# jquery.localize.js - a jQuery plugin that makes it easy to i18n your static web site.
1+
# jquery.localize.js
2+
3+
## a jQuery plugin that makes it easy to i18n your static web site.
24

35
## Synopsis
46

57
* Lazily loads JSON translation files based on a simple naming convention.
68
* By default, applies the translations to your document based on simple attribute convention.
7-
* Recently updated for jQuery 1.5 (tests use jQuery 1.5.2)
9+
* Recently updated for jQuery 1.7 (tests use jQuery 1.7.2)
810

911
## Basic Usage
1012

test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link href="vendor/qunit.css" media="screen" rel="stylesheet" type="text/css" />
99

1010
<!--Application scripts-->
11-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
11+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
1212
<script src="../build/jquery.localize.js" type="text/javascript" charset="utf-8"></script>
1313

1414
<!--Test scripts-->

0 commit comments

Comments
 (0)