UNPKG
atheos-ide
Version:
latest (0.0.2)
1.0.0
0.0.2
0.0.1
Web-based IDE framework
atheos-ide
/
atheos
/
components
/
editor
/
ace-editor
/
snippets
/
jade.js
8 lines
(7 loc)
•
329 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
; (
function
(
) { ace.
require
([
"ace/snippets/jade"
],
function
(
m
) {
if
(
typeof
module
==
"object"
&&
typeof
exports
==
"object"
&&
module
) {
module
.
exports
= m; } }); })();