Skip to content

Commit 8e9b281

Browse files
committed
added externs from cljsjs
1 parent 3e4885c commit 8e9b281

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

project.clj

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
[luminus-log4j "0.1.3"]
3737
[clojail "1.0.6"]
3838
[clj-oauth "1.5.4"]
39+
[cljsjs/highlight "8.4-0"]
40+
[cljsjs/codemirror "5.11.0-2"]
3941
;[re-com "0.8.0"]
4042
]
4143

resources/externs.js

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
CodeMirror.fromTextArea = function(dom) {
2-
dom.on('');
3-
};

0 commit comments

Comments
 (0)