Tom Kidd

Results 3 comments of Tom Kidd

I used the following resources in order to implement the base functionality I needed for just navigating and updating a tree with a single focus. I used these resources in...

Yeah, your analysis seems correct. I'll look into cleaning it up. Thanks.

I think this is because your `js/Date` is a javascript date, not a `goog.date` one, and the [getYear](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getYear) function for `js/Date` has this issue. ``` clojurescript (-> (js/Date.) (.getYear)) ;...