microsoft / cordova-plugin-indexedDB

Cordova plugin for IndexedDB
Other
64 stars 17 forks source link

wrong plugin require web sql #10

Closed franciclo closed 9 years ago

franciclo commented 9 years ago

In requireWebSql.js, in the require function should be pointing to cordova-plugin-websql.WebSQL not to com.msopentech.websql.WebSQL

vladimir-kotikov commented 9 years ago

@franciclo, thanks for reporting.