Bug 1123518 - Follow-up, use background-size:cover for the reading list images. r=me

This commit is contained in:
Jared Wein 2015-03-20 12:43:17 -07:00
parent b130196ee5
commit bb48196f23

View File

@ -926,7 +926,7 @@ function getMetadataFromBrowser(browser) {
Object.defineProperty(this, "ReadingList", {
get() {
if (!this._singleton) {
let store = new SQLiteStore("reading-list-temp2.sqlite");
let store = new SQLiteStore("reading-list-temp6.sqlite");
this._singleton = new ReadingListImpl(store);
}
return this._singleton;