mirror of
https://github.com/mistergibson/gxg-server.git
synced 2026-08-18 01:42:35 -07:00
Initial Commit
This commit is contained in:
parent
293d1d2445
commit
c48d4c7ed0
803 changed files with 561605 additions and 1 deletions
8
Public/www/javascript/ace/snippets/lisp.js
Normal file
8
Public/www/javascript/ace/snippets/lisp.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
define("ace/snippets/lisp",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="lisp"}); (function() {
|
||||
window.require(["ace/snippets/lisp"], function(m) {
|
||||
if (typeof module == "object" && typeof exports == "object" && module) {
|
||||
module.exports = m;
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
||||
Loading…
Reference in a new issue