v2 up fix mav0a201
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Wed Nov 28 2018 21:15:37 GMT+0100 (CET)*/
|
/*Generated on:Wed Nov 28 2018 21:18:58 GMT+0100 (CET)*/
|
||||||
var AutomaticDispose_Branch = "master";
|
var AutomaticDispose_Branch = "master";
|
||||||
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
||||||
var da_lss_adis_time = new Date().getTime();
|
var da_lss_adis_time = new Date().getTime();
|
||||||
|
|||||||
Vendored
+7
-7
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Wed Nov 28 2018 21:15:37 GMT+0100 (CET)*/
|
/*Generated on:Wed Nov 28 2018 21:18:58 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -4955,10 +4955,10 @@ class AutomaticDispose {
|
|||||||
var JailDistance = 0;
|
var JailDistance = 0;
|
||||||
var JailTax = 0;
|
var JailTax = 0;
|
||||||
let m;
|
let m;
|
||||||
while ((m = JailRegEx.exec(JailText)) !== null) {
|
while ((m = that.JailRegEx.exec(JailText)) !== null) {
|
||||||
// This is necessary to avoid infinite loops with zero-width matches
|
// This is necessary to avoid infinite loops with zero-width matches
|
||||||
if (m.index === JailRegEx.lastIndex) {
|
if (m.index === that.JailRegEx.lastIndex) {
|
||||||
JailRegEx.lastIndex++;
|
that.JailRegEx.lastIndex++;
|
||||||
}
|
}
|
||||||
|
|
||||||
// The result can be accessed through the `m`-variable.
|
// The result can be accessed through the `m`-variable.
|
||||||
@@ -5020,10 +5020,10 @@ class AutomaticDispose {
|
|||||||
var JailDistance = 0;
|
var JailDistance = 0;
|
||||||
var JailTax = 0;
|
var JailTax = 0;
|
||||||
let m;
|
let m;
|
||||||
while ((m = JailRegEx.exec(JailText)) !== null) {
|
while ((m = that.JailRegEx.exec(JailText)) !== null) {
|
||||||
// This is necessary to avoid infinite loops with zero-width matches
|
// This is necessary to avoid infinite loops with zero-width matches
|
||||||
if (m.index === JailRegEx.lastIndex) {
|
if (m.index === that.JailRegEx.lastIndex) {
|
||||||
JailRegEx.lastIndex++;
|
that.JailRegEx.lastIndex++;
|
||||||
}
|
}
|
||||||
|
|
||||||
// The result can be accessed through the `m`-variable.
|
// The result can be accessed through the `m`-variable.
|
||||||
|
|||||||
+6
-6
@@ -480,10 +480,10 @@ class AutomaticDispose {
|
|||||||
var JailDistance = 0;
|
var JailDistance = 0;
|
||||||
var JailTax = 0;
|
var JailTax = 0;
|
||||||
let m;
|
let m;
|
||||||
while ((m = JailRegEx.exec(JailText)) !== null) {
|
while ((m = that.JailRegEx.exec(JailText)) !== null) {
|
||||||
// This is necessary to avoid infinite loops with zero-width matches
|
// This is necessary to avoid infinite loops with zero-width matches
|
||||||
if (m.index === JailRegEx.lastIndex) {
|
if (m.index === that.JailRegEx.lastIndex) {
|
||||||
JailRegEx.lastIndex++;
|
that.JailRegEx.lastIndex++;
|
||||||
}
|
}
|
||||||
|
|
||||||
// The result can be accessed through the `m`-variable.
|
// The result can be accessed through the `m`-variable.
|
||||||
@@ -545,10 +545,10 @@ class AutomaticDispose {
|
|||||||
var JailDistance = 0;
|
var JailDistance = 0;
|
||||||
var JailTax = 0;
|
var JailTax = 0;
|
||||||
let m;
|
let m;
|
||||||
while ((m = JailRegEx.exec(JailText)) !== null) {
|
while ((m = that.JailRegEx.exec(JailText)) !== null) {
|
||||||
// This is necessary to avoid infinite loops with zero-width matches
|
// This is necessary to avoid infinite loops with zero-width matches
|
||||||
if (m.index === JailRegEx.lastIndex) {
|
if (m.index === that.JailRegEx.lastIndex) {
|
||||||
JailRegEx.lastIndex++;
|
that.JailRegEx.lastIndex++;
|
||||||
}
|
}
|
||||||
|
|
||||||
// The result can be accessed through the `m`-variable.
|
// The result can be accessed through the `m`-variable.
|
||||||
|
|||||||
Reference in New Issue
Block a user