Skip to content

Commit

Permalink
CLJS-2662: Add Externs for Nashorn
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Mar 16, 2018
1 parent 1b22a53 commit c3c352b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/cljs/cljs/externs.js
Expand Up @@ -19,3 +19,9 @@ Object.prototype.next = function() {};
*/
function IEquiv() {};
IEquiv.prototype.equiv = function() {};

/**
* @constructor
*/
function Java() {};
Java.prototype.type = function() {};

0 comments on commit c3c352b

Please sign in to comment.