Skip to content

Commit 3da5e01

Browse files
committed
2.0.5
1 parent 5bba0b7 commit 3da5e01

13 files changed

+19
-7
lines changed

dist/danmaku.canvas.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
}(this, (function () { 'use strict';
66

77
var transform = (function() {
8+
/* istanbul ignore next */
9+
if (typeof document === 'undefined') return 'transform';
810
var properties = [
911
'oTransform', // Opera 11.5
1012
'msTransform', // IE 9

dist/danmaku.canvas.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/danmaku.dom.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
}(this, (function () { 'use strict';
66

77
var transform = (function() {
8+
/* istanbul ignore next */
9+
if (typeof document === 'undefined') return 'transform';
810
var properties = [
911
'oTransform', // Opera 11.5
1012
'msTransform', // IE 9

dist/danmaku.dom.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/danmaku.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
}(this, (function () { 'use strict';
66

77
var transform = (function() {
8+
/* istanbul ignore next */
9+
if (typeof document === 'undefined') return 'transform';
810
var properties = [
911
'oTransform', // Opera 11.5
1012
'msTransform', // IE 9

0 commit comments

Comments
 (0)