jqr-helpers 1.0.36 → 1.0.37

Sign up to get free protection for your applications and to get access to all the features.
@@ -352,12 +352,12 @@
352
352
  }
353
353
 
354
354
  function ujsQuickButtonHover(event) {
355
- $j(event.currentTarget).toggleClass('ui-state-hover');
355
+ $(event.currentTarget).toggleClass('ui-state-hover');
356
356
  }
357
357
 
358
358
  function ujsLoadPlugins(event) {
359
359
 
360
- $j('.ujs-quick-buttonset input:checked').change();
360
+ $('.ujs-quick-buttonset input:checked').change();
361
361
 
362
362
  function addHiddenField(form, name, value) {
363
363
  var input = $('<input type="hidden">');
data/jqr-helpers.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'jqr-helpers'
3
3
  s.require_paths = %w(. lib lib/jqr-helpers)
4
- s.version = '1.0.36'
4
+ s.version = '1.0.37'
5
5
  s.date = '2014-03-27'
6
6
  s.summary = 'Helpers to print unobtrusive jQuery-UI tags.'
7
7
  s.description = <<-EOF
@@ -1,6 +1,6 @@
1
1
  module JqrHelpers
2
2
  # @private
3
3
  module Rails
4
- VERSION = '1.0.36'
4
+ VERSION = '1.0.37'
5
5
  end
6
6
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: jqr-helpers
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.36
5
+ version: 1.0.37
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Orner