Skip to content

Instantly share code, notes, and snippets.

@duck1123
Created July 18, 2012 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duck1123/3133277 to your computer and use it in GitHub Desktop.
Save duck1123/3133277 to your computer and use it in GitHub Desktop.
Cljs repl error
ClojureScript:cljs.user> (require '[jayq.core :as j])
"Error evaluating:" (require (quote [jayq.core :as j])) :as "cljs.user.require.call(null,cljs.core.vec([\"\\uFDD1'jayq.core\",\"\\uFDD0'as\",\"\\uFDD1'j\"]));\n"
#<TypeError: Cannot call method 'call' of undefined>
TypeError: Cannot call method 'call' of undefined
at eval at <anonymous> (http://renfer.name/cljs/bootstrap.js:28707:147)
at eval at <anonymous> (http://renfer.name/cljs/bootstrap.js:28707:147)
at http://renfer.name/cljs/bootstrap.js:28707:142
at evaluate_javascript (http://renfer.name/cljs/bootstrap.js:28720:4)
at Object.callback (http://renfer.name/cljs/bootstrap.js:28785:139)
at [object Object].deliver (http://renfer.name/cljs/bootstrap.js:26894:13)
at [object Object].deliver_ (http://renfer.name/cljs/bootstrap.js:28143:14)
at Function.messageReceived_ (http://renfer.name/cljs/bootstrap.js:27711:13)
at [object Object].handleEvent (http://renfer.name/cljs/bootstrap.js:20631:26)
at Object.fireListener (http://renfer.name/cljs/bootstrap.js:20965:21)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment