mirror of
https://github.com/ducbao414/win32.run.git
synced 2025-12-17 01:32:50 +09:00
init the awkward code
This commit is contained in:
9
static/html/notepad/ace/snippets/cirru.js
Normal file
9
static/html/notepad/ace/snippets/cirru.js
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
; (function() {
|
||||
window.require(["ace/snippets/cirru"], function(m) {
|
||||
if (typeof module == "object" && typeof exports == "object" && module) {
|
||||
module.exports = m;
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user