updroid / jquery-jstore

Automatically exported from code.google.com/p/jquery-jstore
1 stars 0 forks source link

[jStore 2.0] Doesn't work with IE8 and local storage #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
patch :

line 1439

//if (this.database.hasOwnProperty(key))
if ( Object.prototype.hasOwnProperty.call(this.database, key) )

Original issue reported on code.google.com by vincent....@gmail.com on 12 Jan 2011 at 2:00