Skip to main content

Bug Tracker

Side navigation

#6252 closed bug (invalid)

Opened March 09, 2010 08:08PM UTC

Closed March 29, 2010 01:55PM UTC

Eval data

Reported by: flooreed Owned by:
Priority: Milestone: 1.4.3
Component: unfiled Version: 1.4.2
Keywords: eval,jquery1.4.2 Cc:
Blocked by: Blocking:
Description

Hi there, I found a bug when i upgrade the newest version ( 1.4.2 )

The error message :

Error: missing ] after element list

Source File: xxxxxxxx

Line: 1112, Column: 21

Source Code:

var Dataes = [object Object];

The problem is in the eval function , it was work correctly in jquery 1.3.2 version

Attachments (1)
  • source.js (3.1 KB) - added by flooreed March 09, 2010 08:09PM UTC.

    eval,jquery1.4.2

Change History (1)

Changed March 29, 2010 01:55PM UTC by john comment:1

resolution: → invalid
status: newclosed

It looks like you might be generating some incorrect syntax - you should probably verify it.