Skip to content

Commit

Permalink
Update license details
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieua committed Apr 8, 2016
1 parent 68639b7 commit 5ea68b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function(grunt) {
'<%= grunt.template.today("yyyy-mm-dd") %>\n' +
'<%= pkg.homepage ? "* " + pkg.homepage + "\\n" : "" %>' +
'* Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author.name %>;' +
' Licensed <%= _.pluck(pkg.licenses, "type").join(", ") %> */',
'*/',
report: 'gzip'
}
},
Expand Down
4 changes: 2 additions & 2 deletions dist/wow.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,10 +424,10 @@
};

WOW.prototype.animationName = function(box) {
var animationName;
var animationName, error;
try {
animationName = this.vendorCSS(box, 'animation-name').cssText;
} catch (_error) {
} catch (error) {
animationName = getComputedStyle(box).getPropertyValue('animation-name');
}
if (animationName === 'none') {
Expand Down
4 changes: 2 additions & 2 deletions dist/wow.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ea68b1

Please sign in to comment.