We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2699287 commit 5bba0b7Copy full SHA for 5bba0b7
src/engine/dom.js
@@ -1,4 +1,6 @@
1
var transform = (function() {
2
+ /* istanbul ignore next */
3
+ if (typeof document === 'undefined') return 'transform';
4
var properties = [
5
'oTransform', // Opera 11.5
6
'msTransform', // IE 9
0 commit comments