Skip to content

Commit c3c352b

Browse files
committed
CLJS-2662: Add Externs for Nashorn
1 parent 1b22a53 commit c3c352b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/main/cljs/cljs/externs.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@ Object.prototype.next = function() {};
1919
*/
2020
function IEquiv() {};
2121
IEquiv.prototype.equiv = function() {};
22+
23+
/**
24+
* @constructor
25+
*/
26+
function Java() {};
27+
Java.prototype.type = function() {};

0 commit comments

Comments
 (0)