recordselect 3.4.10 → 3.4.11

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: df5882fed3fec76046c9084bb4a5c238d5a753d7
4
- data.tar.gz: 56c0c099130a14ee7092fc2fb9ac5b3871f85e23
3
+ metadata.gz: 2f8241ba367acf2b2151bb35bdcfcd1ea6a1d5fe
4
+ data.tar.gz: 36c44b847f2a950bdf7099a3a58d7bc5261e2c79
5
5
  SHA512:
6
- metadata.gz: 21aac4ee95be593d190218d8f390f8925502a685a2179e690fc42ea662a7f15901297cf981d40d59d9a13ba2379622a4a562bfced4f526599a67222962d75486
7
- data.tar.gz: dbb439ccb4622c000875f0ac5a00ac9233c19e4bd022badfa631f7bd396022643b277c83462e9e5ff473dc8305747c67819bc22e54dfa3dea2be8d13a65a466f
6
+ metadata.gz: d9e89244a1a7d8c969a3deb2bc38666b0d6321af378d0a6f8b32d7c142ae5a535f2c71fb9aa9c350d2d5dbeff51a496812805ad149f93db631abf79090132e52
7
+ data.tar.gz: 8ac3d2ecf27a72ca83f227925c1a80574e6b9dc2c317a0b661962b16213fe9a15c0caf4e240a3eec764cd19955ddf51e1954fa1fceda6813f27a822aa4699b7c
@@ -222,7 +222,7 @@ RecordSelect.Abstract = Class.extend({
222
222
  _this.container.find('.text-input').val(_this.obj.val());
223
223
  RecordSelect.observe(_this.container.find('form').attr('id'));
224
224
  _this.container.hide(); // needed to get right document height to position first time
225
- if (text.length >= this.min_length) _this.show();
225
+ if (text.length >= _this.min_length) _this.show();
226
226
  jQuery(document.body).mousedown(jQuery.proxy(_this, "onbodyclick"));
227
227
  }
228
228
  }
@@ -2,7 +2,7 @@ module RecordSelect
2
2
  module Version
3
3
  MAJOR = 3
4
4
  MINOR = 4
5
- PATCH = 10
5
+ PATCH = 11
6
6
 
7
7
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recordselect
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.10
4
+ version: 3.4.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergio Cambra
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-03-15 00:00:00.000000000 Z
13
+ date: 2016-03-16 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: shoulda