jQuery switched to a completely new event binding implementation as of 1.7.0, centering around on/off methods instead of previous bind/unbind. This patch makes jqLite match this implementation while still supporting previous bind/unbind methods.
we need to sever the link between the main root scope and the example root scope - this is only needed because we are embedding one app in the other.