What version of Om?
On Wed, May 14, 2014 at 4:09 PM, Răzvan Rotaru <[email protected]>wrote: > Hi, > > I have the following code: > > (ns test.core > (:require [om.core :as om :include-macros true] > [om.dom :as dom :include-macros true])) > > (.log js/console om/refresh!) > (.log js/console om/transact!) > > > And what I get at the console is: > > undefined > function() > > > Why is om/refresh! undefined? What am I doing wrong? > > Razvan > > -- > Note that posts from new members are moderated - please be patient with > your first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. > -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
