Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/v1.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
beneverard committed Jun 17, 2012
2 parents 6c6e762 + 9a6c252 commit 8705321
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,9 @@

## Changelog

### 1.2.1
- Fixed: callMethod function was failing to call the desired function

### 1.2
- Fixed: Added fallback for the `console` object methods
- Improved: Now using `.on()` jQuery event handler
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.jqpagination.js
Expand Up @@ -306,7 +306,7 @@
case 'option':

// call the appropriate function for the desired key (read: option)
switch (method.toLowerCase()) {
switch (key.toLowerCase()) {

case 'current_page':
return base.setPage(value);
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.jqpagination.min.js

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

0 comments on commit 8705321

Please sign in to comment.