Skip to content

Commit

Permalink
Fixed broken compatibility with older versions of jQuery.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmoore committed Jan 24, 2013
1 parent 45e3b2f commit 64a86b9
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 20 deletions.
4 changes: 2 additions & 2 deletions colorbox.jquery.json
Expand Up @@ -9,7 +9,7 @@
"popup",
"ui"
],
"version": "1.3.27",
"version": "1.3.28",
"author": {
"name": "Jack Moore",
"url": "http://www.jacklmoore.com",
Expand All @@ -25,6 +25,6 @@
"demo": "http://jacklmoore.com/colorbox",
"download": "http://jacklmoore.com/colorbox/colorbox.zip",
"dependencies": {
"jquery": ">=1.4.3"
"jquery": ">=1.3.2"
}
}
4 changes: 2 additions & 2 deletions component.json
@@ -1,8 +1,8 @@
{
"name": "jquery-autosize",
"version": "1.3.27",
"version": "1.3.28",
"main": "./jquery.autosize.js",
"dependencies": {
"jquery": ">=1.4.3"
"jquery": ">=1.3.2"
}
}
6 changes: 3 additions & 3 deletions jquery.colorbox-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 64a86b9

Please sign in to comment.