HotDrink / hotdrink

JavaScript MVVM library with support for multi-way dependencies and generic, rich UI behaviors.
http://hotdrink.github.io/hotdrink/
58 stars 9 forks source link

One namespace: hd #2

Closed thejohnfreeman closed 12 years ago

thejohnfreeman commented 12 years ago

Remove the hotdrink namespace, and move everything into hd. The runtime, evaluator, factory, and binding controller should be singletons.

Should we try to support multiple instances of HotDrink within a single application? Use scoping if that is desired.