Why?
WARNING: Use of undeclared Var om.core/ref-cursor at line 47 
src-cljs/scheduler_server/state.cljs
WARNING: Use of undeclared Var om.core/root-cursor at line 47 
src-cljs/scheduler_server/state.cljs
WARNING: Use of undeclared Var om.core/observe at line 122 
src-cljs/scheduler_server/edit_vehicle.cljs

(ns scheduler_server.state
  (:require-macros [cljs.core.async.macros :refer [go go-loop]]
                   [dommy.macros :refer [node sel sel1]])
  (:require [cljs.core.async :as async :refer [chan <! >! timeout pub sub unsub 
unsub-all put! alts!]]
            [cljs.core.match :refer-macros [match]]
            [om.core :as om :include-macros true]
            [om.dom :as dom :include-macros true]
            [om-sync.core :refer [om-sync]]
            [om-sync.util :refer [tx-tag edn-xhr]]
            [domina.css :as dominacss]
            [dommy.utils :as dommyutils]
            [dommy.core :as dommy]
            [cljs-time.core :as time]
            [cljs-time.local :as local]
            [cljs-time.format :as format]
            [cljs-time.coerce :as coerce]
            [scheduler_server.utils :as utils]
            ))

Last known working version of ClojureScript:
 [org.clojure/clojurescript "0.0-2511"]

-- 
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.

Reply via email to