Remove our aliasing of OpenLayers.Util.getElement to window.$.

This commit is contained in:
Marc Jansen
2012-03-05 22:23:57 +01:00
parent fb3caf1561
commit ece872b81a
2 changed files with 0 additions and 12 deletions
-5
View File
@@ -77,11 +77,6 @@
t.eq(OpenLayers.Util.isArray(testArray), true, "isArray works");
}
function test_$(t) {
t.plan(1);
t.ok($ === custom$, "OpenLayers doesn't clobber existing definition of $.");
}
function test_Util_getImagesLocation (t) {
t.plan( 1 );
t.ok( OpenLayers.Util.getImagesLocation(), "../img/",