actually get the identifier passed in

This commit is contained in:
Colin Frei 2013-06-26 23:23:14 +02:00
parent eb99fcd106
commit 2c092d39f2

View file

@ -635,7 +635,7 @@ angular.module('podcasts.database', [])
} else {
deferred.reject();
}
});
}, null, IDBKeyRange.only(identifier));
return deferred.promise;
};