Hi,

I am trying to use some compiled clojurescript and I'm getting following 
error:

Error: No protocol method ILookup.-lookup defined for type object: [object 
HTMLSpanElement] - core.js (line 85)

My HTML is following:

<!DOCTYPE html><html><head><link 
href="//ajax.googleapis.com/ajax/libs/dojo/1.8.3/dijit/themes/claro/claro.css 
<view-source:http://ajax.googleapis.com/ajax/libs/dojo/1.8.3/dijit/themes/claro/claro.css>"
 rel="stylesheet" type="text/css" /></head>
<body class="claro">
    <button id="id101"></button>
    <script data-dojo-config="async: true" 
src="//ajax.googleapis.com/ajax/libs/dojo/1.8.3/dojo/dojo.js 
<view-source:http://ajax.googleapis.com/ajax/libs/dojo/1.8.3/dojo/dojo.js>"></script>
    <script src="/res/goog/base.js 
<view-source:http://localhost:8080/res/goog/base.js>" 
type="text/javascript"></script>
    <script src="/res/cljs/core.js 
<view-source:http://localhost:8080/res/cljs/core.js>" 
type="text/javascript"></script>
    <script>require(["dijit/form/Button","dojo/domReady!"],(function 
(Button){return (new 
Button(cljs.core.ObjMap.fromObject(["\uFDD0:label"],{"\uFDD0:label":"test"}),"id101")).startup();}));</script>
</body></html>


To me it looks like a bug in clojurescript, but I find this unlikely, since 
I just started playing around with clojurescript. Any suggestions about 
what could be the problem here are highly appreciated. Thanks.
Răzvan

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to