nicescroll-rails 3.5.4 → 3.5.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE CHANGED
File without changes
data/README.md CHANGED
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  module NiceScroll
2
2
  module Rails
3
- VERSION = "3.5.4"
3
+ VERSION = "3.5.4.1"
4
4
  end
5
5
  end
File without changes
@@ -767,7 +767,7 @@
767
767
  zoom = document.createElement('div');
768
768
  self.bind(zoom,"click",self.doZoom);
769
769
  self.zoom = $(zoom);
770
- self.zoom.css({"cursor":"pointer",'z-index':self.zindex,'backgroundImage':'url('<%= asset_path("zoomico.png") %>')','height':18,'width':18,'backgroundPosition':'0px 0px'});
770
+ self.zoom.css({"cursor":"pointer",'z-index':self.zindex,'backgroundImage':"url('<%= asset_path("zoomico.png") %>')",'height':18,'width':18,'backgroundPosition':'0px 0px'});
771
771
  if (self.opt.dblclickzoom) self.bind(self.win,"dblclick",self.doZoom);
772
772
  if (cap.cantouch&&self.opt.gesturezoom) {
773
773
  self.ongesturezoom = function(e) {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nicescroll-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.4
4
+ version: 3.5.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  version: '0'
63
63
  requirements: []
64
64
  rubyforge_project:
65
- rubygems_version: 1.8.23
65
+ rubygems_version: 1.8.24
66
66
  signing_key:
67
67
  specification_version: 3
68
68
  summary: Includes javascript and css files for the jQuery NiceScroll plugin.