alertifyjs-rails 0.1.1 → 0.1.2

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.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # alertifyjs-rails
2
2
 
3
- This gem provides [alertify.js](http://alertifyjs.com/) (v0.6.0) for Rails.
3
+ This gem provides [alertify.js](http://alertifyjs.com/) (v0.6.1) for Rails.
4
4
 
5
5
 
6
6
  ## Installation
@@ -1,6 +1,6 @@
1
1
  module Alertifyjs #:nodoc:
2
2
  module Rails #:nodoc:
3
- VERSION = "0.1.1"
4
- ALERTIFYJS_VERSION = "0.6.0"
3
+ VERSION = "0.1.2"
4
+ ALERTIFYJS_VERSION = "0.6.1"
5
5
  end
6
6
  end
@@ -7,7 +7,7 @@
7
7
  * @license MIT <http://opensource.org/licenses/mit-license.php>
8
8
  * @link http://alertifyjs.com
9
9
  * @module AlertifyJS
10
- * @version 0.6.0
10
+ * @version 0.6.1
11
11
  */
12
12
  ( function ( window ) {
13
13
  'use strict';
@@ -188,7 +188,7 @@
188
188
  };
189
189
 
190
190
  for (t in transitions) {
191
- if (document.body.style[t] !== undefined) {
191
+ if (document.documentElement.style[t] !== undefined) {
192
192
  type = transitions[t];
193
193
  supported = true;
194
194
  break;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alertifyjs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: