Skip to content

Instantly share code, notes, and snippets.

@fmw
Created August 6, 2011 04:52
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 fmw/1129025 to your computer and use it in GitHub Desktop.
Save fmw/1129025 to your computer and use it in GitHub Desktop.
seq js
cljs.core._seq = (function _seq(o){
if(cljs.core.truth_((function (){var and__3574__auto____2050 = o;
if(cljs.core.truth_(and__3574__auto____2050))
{return o.cljs$core$ISeqable$_seq;
} else
{return and__3574__auto____2050;
}
})()))
{return o.cljs$core$ISeqable$_seq(o);
} else
{return (function (){var or__3576__auto____2051 = (_seq[goog.typeOf.call(null,o)]);
if(cljs.core.truth_(or__3576__auto____2051))
{return or__3576__auto____2051;
} else
{return (_seq["_"]);
}
})().call(null,o);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment