hooch 0.15.10 → 0.15.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5252886a01e985bd434873df9026f6350657ed5b
4
- data.tar.gz: 156d738e3cf102f1b430fbc2fe61f4cef490f0d1
3
+ metadata.gz: 6b9872e1d452f44ee13b9741c81d28ae37f213df
4
+ data.tar.gz: 5f0eda3983289778d3f135cb679a5946886f2f98
5
5
  SHA512:
6
- metadata.gz: c928b5a2067a77edc845e6f7b9d73f5a64ac1085e3ccff556597fa87d6b96145fc7fd979efaa3e36b85f48b148244f8849a88b3c528de3c792eaf3e9cf651243
7
- data.tar.gz: 38f38e923624bac371b9bd7705caa3f01e3f0313ba4f1a260b2c1d844a6bb08c5e21a24bf6f5618020f0e97f391082d66e8091a5c1e63d9b214f88e95ee0ac67
6
+ metadata.gz: a769f6824ab97a4090ed1bca7f48b3e030389e0f3d085bba335c57bb5d57eb52333624487e7000f48053aa9664166ed528964ae5b2aa81b324e57267248a28e2
7
+ data.tar.gz: 20ab3938c99cbcee46404b1ebfc75e40d240f154b64913075bb8c1051bce5227a09694d22f0343fc6ec61b952a08f66e969f2d8260def8359fbc41d8731a6de6
@@ -1047,7 +1047,7 @@ var initHooch = function(){
1047
1047
  init: function($sorter){
1048
1048
  this.$sorter = $sorter
1049
1049
  this.$jq_obj = $sorter
1050
- $sorter.data('sorter',this)
1050
+ $sorter.data('hooch.Sorter',this)
1051
1051
  //////////////////////////////////////////
1052
1052
  // Helpful for debugging in the browser
1053
1053
  // var new_uuid = new UUID
@@ -1189,6 +1189,9 @@ var initHooch = function(){
1189
1189
  handleDrag: function(){
1190
1190
  this.refreshSequence()
1191
1191
  this.refreshGrid()
1192
+ },
1193
+ handleRemoval: function(){
1194
+
1192
1195
  },
1193
1196
  refreshGrid: function(){
1194
1197
  this.rows = {}
@@ -273,6 +273,7 @@ module Hooch
273
273
  def solo_sort_element(reusable: false, target_filters: nil)
274
274
  attrs = "data-sort-element=true"
275
275
  attrs += " data-target-filters=#{target_filters}" if target_filters
276
+ attrs += " data-sort-reusable=true" if reusable
276
277
  attrs
277
278
  end
278
279
 
@@ -1,3 +1,3 @@
1
1
  module Hooch
2
- VERSION = "0.15.10"
2
+ VERSION = "0.15.11"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hooch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.10
4
+ version: 0.15.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Draut
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-16 00:00:00.000000000 Z
11
+ date: 2017-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails