Skip to content

Instantly share code, notes, and snippets.

@jeregrine
Last active December 19, 2015 14:49
Show Gist options
  • Select an option

  • Save jeregrine/5972360 to your computer and use it in GitHub Desktop.

Select an option

Save jeregrine/5972360 to your computer and use it in GitHub Desktop.
(ns modern_js.core)
{:zoom 14, :disableDefaultUI true :draggable false, :scrollwheel false }
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