You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2017. It is now read-only.
There are quite a few useful utilities in here, which could be exposed to allow extra functionality (such as extending non-chic classes).
For example (not necessarily actual API):
extend(obj1, obj2)
: extend one object with the properties of anotherinherit(fn1, fn2)
: overridefn1
's prototype with an instance offn2
.The rest of the Chic interface would stay the same for now.
The text was updated successfully, but these errors were encountered: