duckduckgo / zeroclickinfo-spice

DuckDuckGo Instant Answers based on JavaScript (JSON) APIs
https://duckduckhack.com/
Other
548 stars 942 forks source link

LeakDB doesn't work on IE 8 #461

Closed jagtalon closed 10 years ago

jagtalon commented 10 years ago

Here's the offending line: https://github.com/duckduckgo/zeroclickinfo-spice/blob/master/share/spice/leak_db/leak_db.js#L36. It's the delete keyword.

More info here: http://perfectionkills.com/understanding-delete/#ie_bugs

jagtalon commented 10 years ago

LeadDB has been rewritten and this no longer applies