Created
September 1, 2013 11:08
-
-
Save rastyagaev/6403782 to your computer and use it in GitHub Desktop.
#coffeescript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.reserve = (path) -> | |
target = window | |
target = target[item] or= {} for item in path.split '.' | |
target | |
module = reserve('lib.features') | |
class module.Feature extends Backbone.View |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment