r1255 broke a test. fixed.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1256 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-08-16 19:21:21 +00:00
parent 748234606e
commit 31df492761

View File

@@ -159,7 +159,7 @@
c: "press"
};
to = OpenLayers.Util.applyDefaults(to, from);
OpenLayers.Util.applyDefaults(to, from);
t.ok( to instanceof Object, " applyDefaults returns an object");
t.eq( to["a"], "abra", "key present in to but not from maintained");