Skip to content

Commit d2857dc

Browse files
committed
fixed typo
1 parent 9e8217d commit d2857dc

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@
1414

1515
See the [change log](https://github.com/CSS-Tricks/Equalizer/wiki/Change) for a complete list of changes.
1616

17+
## Version 1.2.5 (10/4/2013)
18+
19+
* I apparently just closed issue #21... typo fix!
20+
1721
## Version 1.2.4 (10/4/2013)
1822

19-
* Parsing of jQuery version is now properly done internally. Fixes [issue #21](https://github.com/CSS-Tricks/ANythingZoomer/issues/21).
23+
* Parsing of jQuery version is now properly done internally. Fixes [issue #2](https://github.com/CSS-Tricks/Equalizer/issues/2).
2024

2125
## Version 1.2.3 (1/18/2013)
2226

equalizer.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "equalizer",
33
"title": "Equalizer",
4-
"version": "1.2.4",
4+
"version": "1.2.5",
55
"description": "Equalize column heights across multiple rows, on page resize. It can also be based on a minimum or maximum set height.",
66
"author": {
77
"name": "Chris Coyier",

js/jquery.equalizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Equalizer v1.2.4
2+
Equalizer v1.2.5
33
44
Original by Chris Coyier: http://css-tricks.com/equal-height-blocks-in-rows/
55
from an idea by Stephen Akins: http://stephenakins.blogspot.com/2011/01/uniform-div-heights-for-liquid-css-p.html

js/jquery.equalizer.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)