Trying to load jayq with: ``` clojure (ns DarrenN.external-js (:require [jayq.core :as j])) ``` And getting: `Uncaught Error: goog.require could not find: jayq.core` Is there a list of which libs are available to CLJSFiddle?
Trying to load jayq with:
And getting:
Uncaught Error: goog.require could not find: jayq.coreIs there a list of which libs are available to CLJSFiddle?