nosco / hx

A simple, easy to use library for React development in ClojureScript.
MIT License
249 stars 16 forks source link

Fix removed `goog.isFunction` #79

Closed orestis closed 3 years ago

orestis commented 3 years ago

Replaced with goog.functions.isFunction

goog.isFunction was deleted from the Google Closure library: https://github.com/google/closure-library/commit/6342251d591d45b501dee07cbbdc605f22f73bcd#diff-effbfe8cf8cf58c5ee3e5b22d502b9b1764439c5bf01020bbfa4307da55b11ec

aiba commented 3 years ago

Yay! Would it be possible to cut a new release with this?