#!/bin/bash
# NVM needs the ability to modify your current shell session's env vars,
# which is why it's a sourced function
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
define [ | |
'underscore' | |
'backbone' | |
], ( | |
_ | |
Backbone | |
) -> | |
oldDelegateEvents = Backbone.View.prototype.delegateEvents |