Merge pull request #5573 from ahocevar/safe-eval-global

Determine ol.global in a way that works in more environments
This commit is contained in:
Andreas Hocevar
2016-07-10 12:46:48 +02:00
committed by GitHub
2 changed files with 12 additions and 1 deletions
+2
View File
@@ -15,3 +15,5 @@
* @see http://www.w3.org/TR/pointerevents/#the-touch-action-css-property
*/
CSSProperties.prototype.touchAction;
var global;