brianleroux / lawnchair

A lightweight clientside JSON document store,
http://brianleroux.github.com/lawnchair
MIT License
2.13k stars 246 forks source link

Fixed `self` with `that` #217

Closed demaniak closed 9 years ago

demaniak commented 9 years ago

webkit-sqlite.js was using self in save function instead of that - self was not the right thing in that scope.