mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 783676 - Export OS.Path. r=taras
This commit is contained in:
parent
8795bbf704
commit
326e47e183
@ -129,4 +129,6 @@ if (typeof Components != "undefined") {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
exports.OS.Path = exports.OS.Unix.Path;
|
||||||
}(this));
|
}(this));
|
||||||
|
@ -260,4 +260,6 @@ if (typeof Components != "undefined") {
|
|||||||
let trimBackslashes = function trimBackslashes(string) {
|
let trimBackslashes = function trimBackslashes(string) {
|
||||||
return string.replace(/^\\+|\\+$/g,'');
|
return string.replace(/^\\+|\\+$/g,'');
|
||||||
};
|
};
|
||||||
|
|
||||||
|
exports.OS.Path = exports.OS.Win.Path;
|
||||||
}(this));
|
}(this));
|
||||||
|
Loading…
Reference in New Issue
Block a user