Skip to content

Commit bddaf09

Browse files
committed
Update Chosen version number to 0.9.10
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.
1 parent f56543b commit bddaf09

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.9
1+
0.9.10

chosen/chosen.jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Chosen, a Select Box Enhancer for jQuery and Protoype
22
// by Patrick Filler for Harvest, http://getharvest.com
33
//
4-
// Version 0.9.9
4+
// Version 0.9.10
55
// Full source at https://github.com/harvesthq/chosen
66
// Copyright (c) 2011 Harvest http://getharvest.com
77

chosen/chosen.jquery.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.

chosen/chosen.proto.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Chosen, a Select Box Enhancer for jQuery and Protoype
22
// by Patrick Filler for Harvest, http://getharvest.com
33
//
4-
// Version 0.9.9
4+
// Version 0.9.10
55
// Full source at https://github.com/harvesthq/chosen
66
// Copyright (c) 2011 Harvest http://getharvest.com
77

chosen/chosen.proto.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "harvest",
33
"name": "chosen",
4-
"version": "0.9.9",
4+
"version": "0.9.10",
55
"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.",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)