flashgrid-ext 1.0.5 → 1.0.6

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: ea32f79411d1e47fe5c984235a66aa81e0474f42
4
- data.tar.gz: 413c2cca138cae97d872bf4a9e5ff59923df172d
3
+ metadata.gz: 5dc64051aa8584c0b83d6da92f243c27009e5c22
4
+ data.tar.gz: 39dc985486bbc378749d66b1b7fbbdba6cff107d
5
5
  SHA512:
6
- metadata.gz: b89fd83a0fe480e3fad323c35fa7c7200693e48703c94d89ea12bf8d13198aa15c93facf67d9ef6d6cea2e9fd546df309ba6cb3304a22d93f9efb1bcc49678f8
7
- data.tar.gz: 1e223b9a7c0ec62bc16eaeecfe4d1bb7210d622506aed9ea8cbf2f93b8af126ed11cd49e915cf38acd10fb777026e175576fc7055983d836d41474a52decb96b
6
+ metadata.gz: de8901fb006810057d7d63da5c9af307aed7dd3095b3b05ab1ba50efdfe5baec88c17fbf84b4ece2324eaaafd4ad75a5d28f3ba6739fb817f370577175e2bf9a
7
+ data.tar.gz: d9c76e03feee94a36273ec0509a41ac28e3be67df6ffb6998a52c54b8bd0fa364536dc4fe617872a700f73a2481db4e93b23109f96c0768c849f07ccb550772d
data/README.md CHANGED
@@ -39,7 +39,7 @@ Add the JS files you want to include:
39
39
  //= require calendar.js
40
40
  //= require carousel.js
41
41
  //= require editor.js
42
- //= require hover.js
42
+ //= require hoverdown.js
43
43
  //= require inline_editor.js
44
44
  //= require input_mask.js
45
45
  //= require scrollspy.js
@@ -1,5 +1,5 @@
1
1
  module Flashgrid
2
2
  module Ext
3
- VERSION = "1.0.5"
3
+ VERSION = "1.0.6"
4
4
  end
5
5
  end
@@ -9,7 +9,7 @@
9
9
 
10
10
  // if instantlyCloseOthers is true, then it will instantly
11
11
  // shut other nav items when a new one is hovered over
12
- $.fn.dropdownHover = function(options) {
12
+ $.fn.hoverdown = function(options) {
13
13
 
14
14
  // the element we really care about
15
15
  // is the dropdown-toggle's parent
@@ -78,7 +78,7 @@
78
78
  };
79
79
 
80
80
  $(document).ready(function() {
81
- // apply dropdownHover to all elements with the data-hover="dropdown" attribute
82
- $('[data-hover="dropdown"]').dropdownHover();
81
+ // apply hoverdown to all elements with the data-hover="dropdown" attribute
82
+ $('[data-hover="dropdown"]').hoverdown();
83
83
  });
84
84
  })(jQuery, this);
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flashgrid-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-12 00:00:00.000000000 Z
11
+ date: 2014-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -58,7 +58,7 @@ files:
58
58
  - vendor/assets/javascripts/calendar.js
59
59
  - vendor/assets/javascripts/carousel.js
60
60
  - vendor/assets/javascripts/editor.js
61
- - vendor/assets/javascripts/hover.js
61
+ - vendor/assets/javascripts/hoverdown.js
62
62
  - vendor/assets/javascripts/inline_editor.js
63
63
  - vendor/assets/javascripts/input_mask.js
64
64
  - vendor/assets/javascripts/scrollspy.js