TheCocoaProject / cordova-plugin-nativestorage

Cordova plugin: Native storage of variables in Android, iOS and Windows
http://thecocoaproject.github.io/
Apache License 2.0
292 stars 106 forks source link

Fix success callback not being called for initWithSuiteName #142

Closed Menardi closed 4 years ago

Menardi commented 5 years ago

Currently, if a call to initWithSuiteName is successful, the success callback is not currently called. This PR fixes this issue.

GillesC commented 4 years ago

Similar to PR #150.