Skip to content

Error in IE11 with browser version of citation-js #87

@ghost

Description

Hi,

when using the latest unminified version of citation-js (Version 0.3.4.) for the browser** I get the following error in the Internet Explorer 11 which halts the script execution.

SCRIPT1004: ';' expected
File: citation-0.3.4.js, Line: 14582, Row: 25

I suspect it has something to do with for statements of the following kind:

for (var [varName] of ...) { ... }

The error occurs also in the official browser demo, however, I don't know which version of citation-js is used there.

** Source: https://github.com/larsgw/citation.js/tree/archive/citation.js

Metadata

Metadata

Assignees

Labels

bugSomething isn't working right

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions