Skip to content

Commit

Permalink
Add dropInstance method
Browse files Browse the repository at this point in the history
Resolves #30
  • Loading branch information
thgreasi committed May 18, 2019
1 parent 476c4fe commit 7a4ac27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/localforage-cordovasqlitedriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ function wireUpDriverMethods(driver) {
'keys',
'length',
'removeItem',
'setItem'
'setItem',
'dropInstance'
];

function wireUpDriverMethod(driver, methodName) {
Expand Down

0 comments on commit 7a4ac27

Please sign in to comment.