alertifyjs-rails 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/lib/alertifyjs/rails/version.rb +2 -2
- data/vendor/assets/javascripts/alertify.js +2 -2
- metadata +1 -1
data/README.md
CHANGED
@@ -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.
|
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.
|
191
|
+
if (document.documentElement.style[t] !== undefined) {
|
192
192
|
type = transitions[t];
|
193
193
|
supported = true;
|
194
194
|
break;
|