Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning on line 262 #20

Closed
dbushenko opened this issue Aug 1, 2012 · 3 comments
Closed

Warning on line 262 #20

dbushenko opened this issue Aug 1, 2012 · 3 comments

Comments

@dbushenko
Copy link

Hi,

I've got the warning while running 'lein cljsbuild auto':

WARNING: Wrong number of args (1) passed to cljs.core/instance? at line 262 file:/home/dim/.m2/repository/enfocus/enfocus/0.9.1-SNAPSHOT/enfocus-0.9.1-SNAPSHOT.jar!/enfocus/core.cljs
WARNING: Wrong number of args (1) passed to cljs.core/instance? at line 262 file:/home/dim/.m2/repository/enfocus/enfocus/0.9.1-SNAPSHOT/enfocus-0.9.1-SNAPSHOT.jar!/enfocus/core.cljs

It is a function call there: (instance? js/DocumentFragment) which really lacks the second argument.
It seems to me that it should be like this: (instance? js/DocumentFragment frag)

And by the way, how is it going with the issue #9 ?

Thanks for the wonderful library,
Dmitry

@ckirkendall
Copy link
Owner

This is fixed in the domina migration branch. This weekend I will be merging this branch into master and creating 1.0.0-alpha.

@dbushenko
Copy link
Author

This is great, can't wait for the new version of enfocus!

@ckirkendall
Copy link
Owner

fixed in the new 1.0.0-alpha1 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants