Skip to content

Commit 42dc1f5

Browse files
author
dnolen
committed
remove other es6 externs now included
1 parent 202d499 commit 42dc1f5

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/main/cljs/cljs/externs.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
11
Math.imul = function(a, b) {};
22

3-
var cljs = {};
4-
cljs.core = {};
5-
/**
6-
* @constructor;
7-
*/
8-
cljs.core.Iterator = function() {};
9-
cljs.core.Iterator.prototype.next = function() {};
10-
11-
/**
12-
* @constructor;
13-
*/
14-
function IteratorStep() {};
15-
/**
16-
* @type {boolean}
17-
*/
18-
IteratorStep.prototype.done;
19-
/**
20-
* @type {Object}
21-
*/
22-
IteratorStep.prototype.value;
23-
243
/**
254
* @constructor;
265
*/

0 commit comments

Comments
 (0)