From d417231bb835fefc385a5c7284accc2f0c28dd8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Sat, 31 Dec 2011 00:17:36 +0100 Subject: [PATCH] add OpenLayers.TRANSITION and OpenLayers.TRANSITION_END private constants --- lib/OpenLayers/Util.js | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/lib/OpenLayers/Util.js b/lib/OpenLayers/Util.js index a907e03023..a5a2a96246 100644 --- a/lib/OpenLayers/Util.js +++ b/lib/OpenLayers/Util.js @@ -1435,6 +1435,34 @@ OpenLayers.BROWSER_NAME = (function() { return name; })(); +(function() { + function testProp(props) { + var style = document.documentElement.style; + for (var i=0; i