Skip to content
This repository has been archived by the owner on Dec 6, 2017. It is now read-only.

Refactor and expose underlying utilities #3

Open
rowanmanning opened this issue Jan 14, 2013 · 0 comments
Open

Refactor and expose underlying utilities #3

rowanmanning opened this issue Jan 14, 2013 · 0 comments
Assignees
Milestone

Comments

@rowanmanning
Copy link
Owner

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 another
  • inherit(fn1, fn2): override fn1's prototype with an instance of fn2.

The rest of the Chic interface would stay the same for now.

@ghost ghost assigned rowanmanning Jan 14, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant