(function () {

var cache;

if (typeof _ !== 'undefined') {
    cache = _.noConflict(); 
}

if (cache) {
    app.define('underscore', function () {
        return cache;
    });
}

}());