mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Use the plain get/set for wbo.modified because it's not needed anymore and was causing JS strict warnings: reference undefined property.
This commit is contained in:
parent
e6732d5263
commit
2906267e0c
@ -73,12 +73,6 @@ WBORecord.prototype = {
|
||||
this.baseUri = Utils.makeURI(foo.join('/') + '/');
|
||||
},
|
||||
|
||||
get modified() {
|
||||
if (typeof(this.data.modified) == "string")
|
||||
this.data.modified = parseInt(this.data.modified);
|
||||
return this.data.modified;
|
||||
},
|
||||
|
||||
get sortindex() {
|
||||
if (this.data.sortindex)
|
||||
return this.data.sortindex;
|
||||
|
Loading…
Reference in New Issue
Block a user