will_pickdate 0.9.9 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -91,9 +91,9 @@
91
91
  this.display = this.element.css('display');
92
92
  this.clone = this.element
93
93
  .css('display', this.options.debug ? this.display : 'none')
94
- .data('will_pickdate', true)
94
+ .data('will_pickdate', this)
95
95
  .clone(true)
96
- .data('will_pickdate', true)
96
+ .data('will_pickdate', this)
97
97
  .removeAttr('name')
98
98
  .attr('id', this.element.attr('id') + '_display')
99
99
  .css('display', this.display)
@@ -1,3 +1,3 @@
1
1
  module WillPickdate
2
- VERSION = "0.9.9"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: will_pickdate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.9
4
+ version: 1.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: