Skip to content

Commit

Permalink
Update Chosen version number to 0.9.10
Browse files Browse the repository at this point in the history
Includes these Pull Requests:

- #902 Fiexd Firefox mousedown drag issue
- #914 Handle select title
- #916 Fixed the handling of ctrl key for multiple select
- #920 Fixed multiple select placeholder clipping bug
- #929 Expose Chosen to the window object

Refer to these pull requests for details and diffs.
  • Loading branch information
pfiller committed Dec 5, 2012
1 parent f56543b commit bddaf09
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.9
0.9.10
2 changes: 1 addition & 1 deletion chosen/chosen.jquery.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Chosen, a Select Box Enhancer for jQuery and Protoype
// by Patrick Filler for Harvest, http://getharvest.com
//
// Version 0.9.9
// Version 0.9.10
// Full source at https://github.com/harvesthq/chosen
// Copyright (c) 2011 Harvest http://getharvest.com

Expand Down
2 changes: 1 addition & 1 deletion chosen/chosen.jquery.min.js

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

2 changes: 1 addition & 1 deletion chosen/chosen.proto.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Chosen, a Select Box Enhancer for jQuery and Protoype
// by Patrick Filler for Harvest, http://getharvest.com
//
// Version 0.9.9
// Version 0.9.10
// Full source at https://github.com/harvesthq/chosen
// Copyright (c) 2011 Harvest http://getharvest.com

Expand Down
2 changes: 1 addition & 1 deletion chosen/chosen.proto.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "harvest",
"name": "chosen",
"version": "0.9.9",
"version": "0.9.10",
"description": "Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.",
"repository": {
"type": "git",
Expand Down

0 comments on commit bddaf09

Please sign in to comment.