mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-04-02 14:29:37 +07:00
7 lines
227 B
JavaScript
7 lines
227 B
JavaScript
var require = {
|
|
baseUrl: window.location.protocol + "//" + window.location.host + window.location.pathname.split("/").slice(0, -1).join("/"),
|
|
paths: {
|
|
ace: "lib/ace"
|
|
}
|
|
};
|