Skip to content

Commit d6e39e9

Browse files
author
dnolen
committed
move apply declare
1 parent db83b52 commit d6e39e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,8 @@
353353

354354
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; arrays ;;;;;;;;;;;;;;;;
355355

356+
(declare apply)
357+
356358
(defn ^array make-array
357359
"Construct a JavaScript array of the specified dimensions. Accepts ignored
358360
type argument for compatibility with Clojure. Note that there is no efficient
@@ -390,8 +392,6 @@
390392
(recur (inc i)))
391393
a))))
392394

393-
(declare apply)
394-
395395
(defn aget
396396
"Returns the value at the index."
397397
([array i]

0 commit comments

Comments
 (0)