umd-mith / mithgrid

JavaScript framework for building browser-based applications composed of a small core and a set of plugins
Other
5 stars 7 forks source link

Pass options.application as a function #23

Closed jgsmith closed 12 years ago

jgsmith commented 12 years ago

Because of the way $.extend works, we need to pass objects through a function accessor that makes sure we have the same copy of the object at all times (or as close as possible)