so how about the following:

var Ex = new Class({
   o: { key1: 'val1'},
   test: function(){
      this.o.hasOwnProperty('key1'); //what should this return?
   }
});

Jon

Reply via email to