wcolorpicker-rails 1.2.2 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  module Wcolorpicker
2
2
  module Rails
3
- VERSION = "1.2.2"
3
+ VERSION = "1.2.3"
4
4
  end
5
5
  end
@@ -8,7 +8,7 @@
8
8
  * @license This websanova color picker jQuery plug-in is dual licensed under the MIT and GPL licenses.
9
9
  * @link http://www.websanova.com
10
10
  * @docs http://www.websanova.com/plugins/websanova/color-picker
11
- * @version Version 1.2.2
11
+ * @version Version 1.2.3
12
12
  *
13
13
  ******************************************/
14
14
  (function($)
@@ -60,7 +60,7 @@
60
60
  };
61
61
 
62
62
  $.fn.wColorPicker.defaultSettings = {
63
- color : 'black', // colors - black, white, cream, red, green, blue, yellow, orange, plum
63
+ theme : 'black', // colors - black, white, cream, red, green, blue, yellow, orange, plum
64
64
  opacity : 0.8, // opacity level
65
65
  initColor : '#FF0000', // initial colour to set palette to
66
66
  onMouseover : null, // function to run when palette color is moused over
@@ -176,7 +176,7 @@
176
176
  .append( content )
177
177
  )
178
178
  )
179
- .addClass('_wColorPicker_' + this.settings.color)
179
+ .addClass('_wColorPicker_' + this.settings.theme)
180
180
 
181
181
  return this.colorPicker;
182
182
  },
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wcolorpicker-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-20 00:00:00.000000000 Z
12
+ date: 2012-10-21 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: This gem Provides the Websanova Color Picker assets for your Rails application
15
15
  .