Re: IE7 bug in Javascript

2009-03-30 Thread jasvir
On 2009/03/28 10:29:28, plindner wrote: appears correct. tested with caja turned on.. can someone with easy access to IE test this to verify it fixes the issue? Unfortunately I also don't have access to IE but this appears correct by inspection. http://codereview.appspot.com/32055

Re: IE7 bug in Javascript

2009-03-28 Thread plindner
appears correct. tested with caja turned on.. can someone with easy access to IE test this to verify it fixes the issue? http://codereview.appspot.com/32055

IE7 bug in Javascript

2009-03-27 Thread panjie . pan
Reviewers: etnu, panjie, Description: var someObject = { a: 1, b: 2, }; IE7 doesn't support such code. I removed ',' before '}'. Please review this at http://codereview.appspot.com/32055 Affected files: features/src/main/javascript/features/opensocial-reference/container.js Index: fea