Skip to content

Commit

Permalink
2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhenye committed Apr 3, 2023
1 parent 5bba0b7 commit 3da5e01
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 7 deletions.
2 changes: 2 additions & 0 deletions dist/danmaku.canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}(this, (function () { 'use strict';

var transform = (function() {
/* istanbul ignore next */
if (typeof document === 'undefined') return 'transform';
var properties = [
'oTransform', // Opera 11.5
'msTransform', // IE 9
Expand Down
2 changes: 1 addition & 1 deletion dist/danmaku.canvas.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/danmaku.dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}(this, (function () { 'use strict';

var transform = (function() {
/* istanbul ignore next */
if (typeof document === 'undefined') return 'transform';
var properties = [
'oTransform', // Opera 11.5
'msTransform', // IE 9
Expand Down
2 changes: 1 addition & 1 deletion dist/danmaku.dom.min.js

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

2 changes: 2 additions & 0 deletions dist/danmaku.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}(this, (function () { 'use strict';

var transform = (function() {
/* istanbul ignore next */
if (typeof document === 'undefined') return 'transform';
var properties = [
'oTransform', // Opera 11.5
'msTransform', // IE 9
Expand Down
Loading

0 comments on commit 3da5e01

Please sign in to comment.