Bug 907268 - Wrap observable objects with singleton wrappers. r=paul

This commit is contained in:
Alexandre Poirot
2013-08-29 02:13:00 +02:00
parent ea5b697c38
commit f145bd9cde
2 changed files with 6 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ function test() {
oe.object.foo[1] = oe.object.bar;
is(index, expected.length, "Event count is right");
is(oe.object.bar, oe.object.bar, "Object attributes are wrapped only once");
finish();
}