Open beatngu13 opened 8 years ago
Sometimes using the @% reader macro leads to the following error:
@%
Error: No protocol method IDeref.-deref defined for type object: [object Object]
This is why (.val (js/jQuery (.-target %))) is used in a few situations. However, this workaround shouldn't be necessary.
(.val (js/jQuery (.-target %)))
Sometimes using the
@%
reader macro leads to the following error:This is why
(.val (js/jQuery (.-target %)))
is used in a few situations. However, this workaround shouldn't be necessary.