backstack icon indicating copy to clipboard operation
backstack copied to clipboard

Require-Backbone projects fix.

Open vshabelnyk opened this issue 12 years ago • 0 comments

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.

vshabelnyk avatar Jan 14 '14 10:01 vshabelnyk