Letractively / jxlib

Automatically exported from code.google.com/p/jxlib
0 stars 0 forks source link

'this.bound.changeText' - is null or not an Object error in IE8 #208

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi!

IE8 raises error 'this.bound.changeText' -  is null or not an Object. To fix it 
simply change this string in src/Source/Base/object.js at 355 line:

this.bound = null;

to:

this.bound = {};

Here is patch.

Original issue reported on code.google.com by iweb.inbox on 1 Feb 2011 at 9:30

Attachments:

GoogleCodeExporter commented 9 years ago
Moved to Lighthouse:

http://jxlib.lighthouseapp.com/projects/71243-jxlib/tickets/47-thisboundchangete
xt-is-null-or-not-an-object-error-in-ie8

Original comment by jbomgard@gmail.com on 5 Mar 2011 at 10:04