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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user