Skip to content

Commit c805d26

Browse files
author
dnolen
committed
require goog.math.Long
1 parent 73ab8ff commit c805d26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
; You must not remove this notice, or any other, from this software.
88

99
(ns cljs.core
10-
(:require [goog.string :as gstring]
10+
(:require goog.math.Long
11+
[goog.string :as gstring]
1112
[goog.object :as gobject]
1213
[goog.array :as garray])
1314
(:import [goog.string StringBuffer]))

0 commit comments

Comments
 (0)