actually get the identifier passed in
This commit is contained in:
parent
eb99fcd106
commit
2c092d39f2
1 changed files with 1 additions and 1 deletions
|
@ -635,7 +635,7 @@ angular.module('podcasts.database', [])
|
||||||
} else {
|
} else {
|
||||||
deferred.reject();
|
deferred.reject();
|
||||||
}
|
}
|
||||||
});
|
}, null, IDBKeyRange.only(identifier));
|
||||||
|
|
||||||
return deferred.promise;
|
return deferred.promise;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue