backstack
backstack copied to clipboard
Require-Backbone projects fix.
Almost all require+backbone projects configured that backbone named in lower case in config shim. So this change fix working of backstack on main part of backbone projects. For example look on backbone+require todo mvc. Wiothout this changes app fails after including backstack because require try load Backbone with Upper case from root of website.