Skip to content

EJS.update from json url #23

Description

@GoogleCodeExporter
EJS.update throws javascript error: 'expected ;' in case you pass json url as 
second parameter to update function. It should enclose json string into 
parentheses to work properly(at least in IE9). The fix is to replace line 112 
with var object = eval( '('+request.responseText+')' );

Original issue reported on code.google.com by alber...@gmail.com on 11 Jul 2012 at 12:25

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions