Last active
December 19, 2015 14:49
-
-
Save jeregrine/5972360 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (ns modern_js.core) | |
| {:zoom 14, :disableDefaultUI true :draggable false, :scrollwheel false } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cljs.core.PersistentArrayMap.fromArray(["\ufdd0:zoom", 14, "\ufdd0:disableDefaultUI", true, "\ufdd0:draggable", false, "\ufdd0:scrollwheel", false], true) | |
| >>>> | |
| Uncaught TypeError: Object function (meta, cnt, arr, __hash) { | |
| this.meta = meta; | |
| this.cnt = cnt; | |
| this.arr = arr; | |
| this.__hash = __hash; | |
| this.cljs$lang$protocol_mask$partition1$ = 1; | |
| this.cljs$lang$protocol_mask$partition0$ = 16123663 | |
| } has no method 'fromArray' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment