This commit is contained in:
gorhill 2015-02-11 12:44:17 -05:00
parent 043f66f117
commit 064f8f0f61
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ var oneDay = 24 * oneHour;
var projectRepositoryRoot = µBlock.projectServerRoot; var projectRepositoryRoot = µBlock.projectServerRoot;
var thirdpartiesRepositoryRoot = 'https://raw.githubusercontent.com/gorhill/uAssets/master/src'; var thirdpartiesRepositoryRoot = 'https://raw.githubusercontent.com/gorhill/uAssets/master/src';
var nullFunc = function() {}; var nullFunc = function() {};
var reIsExternalPath = /^https?:\/\/[a-z0-9]/; var reIsExternalPath = /^[a-z]+:\/\//;
var reIsUserPath = /^assets\/user\//; var reIsUserPath = /^assets\/user\//;
var lastRepoMetaTimestamp = 0; var lastRepoMetaTimestamp = 0;
var lastRepoMetaIsRemote = false; var lastRepoMetaIsRemote = false;