Changeset 2853
- Timestamp:
- 03/22/07 14:16:09 (2 years ago)
- Files:
-
- trunk/openlayers/tests/BaseTypes/test_Class.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/BaseTypes/test_Class.html
r2803 r2853 32 32 A.prototype = { 33 33 count: 0, 34 mixed: false, 34 35 initialize: function () { 35 36 initA++; … … 96 97 t.ok( true, "IE sucks" ); 97 98 } 98 t.eq( objC.mixed, true, "class C mixeshas mixin properties" );99 t.eq( objC.mixed, true, "class C has mixin properties" ); 99 100 } 100 101
