mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 13:15:46 +01:00
@@ -33,7 +33,7 @@ update(Range.prototype, {
|
|||||||
get isEternity() this.max == null && this.min == null,
|
get isEternity() this.max == null && this.min == null,
|
||||||
get isSession() this.max == null && this.min == sanitizer.sessionStart,
|
get isSession() this.max == null && this.min == sanitizer.sessionStart,
|
||||||
|
|
||||||
get native() this.isEternity ? null : [range.min || 0, range.max == null ? Number.MAX_VALUE : range.max]
|
get native() this.isEternity ? null : [this.min || 0, this.max == null ? Number.MAX_VALUE : this.max]
|
||||||
});
|
});
|
||||||
|
|
||||||
var Item = Class("SanitizeItem", {
|
var Item = Class("SanitizeItem", {
|
||||||
|
|||||||
Reference in New Issue
Block a user