Flex Integration, Flex Dashboards, Flex Reporting, Flex Charts, Flex Tips, Flex Development, Lotus Domino Web Development, , Flex integration with Lotus Domino, jQyery, Ajax, XPages, Java/J2EE
Vill be fixed in 8.5.3, workaround: There is a regular expression on Line 506 that has curly brackets used as literals: if ( /^[\],:{}\s]*$/.test if we escape those, then the error goes away - if ( /^[\],:\{\}\s]*$/.test
Great...Thanks for the workaround. :)
Vill be fixed in 8.5.3, workaround:
ReplyDeleteThere is a regular expression on Line 506 that has curly brackets used as literals:
if ( /^[\],:{}\s]*$/.test
if we escape those, then the error goes away -
if ( /^[\],:\{\}\s]*$/.test
Great...
ReplyDeleteThanks for the workaround. :)