We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4885c commit 8e9b281Copy full SHA for 8e9b281
project.clj
@@ -36,6 +36,8 @@
36
[luminus-log4j "0.1.3"]
37
[clojail "1.0.6"]
38
[clj-oauth "1.5.4"]
39
+ [cljsjs/highlight "8.4-0"]
40
+ [cljsjs/codemirror "5.11.0-2"]
41
;[re-com "0.8.0"]
42
]
43
resources/externs.js
@@ -1,3 +0,0 @@
1
-CodeMirror.fromTextArea = function(dom) {
2
- dom.on('');
3
-};
0 commit comments