// Backbone.js 0.5.3
// (c) 2010-2011 Jeremy Ashkenas, DocumentCloud Inc.
// Backbone may be freely distributed under the MIT license.
// For all details and documentation:
// http://documentcloud.github.com/backbone
// Save the previous value of the `Backbone` variable.
var previousBackbone = root.Backbone;
// The top-level namespace. All public Backbone classes and modules will
// be attached to this. Exported for both CommonJS and the browser.
var Backbone;
if (typeof exports !== 'undefined') {
Backbone = exports;
} else {
$.extend = function(target){
};
var handler = $.extend(parse(event), {fn: fn, proxy: proxyfn, sel: selector, del: delegate, i: set.length});
$.ajax = function(options){
var settings = $.extend({}, options || {});
if (mime) baseHeaders['Accept'] = mime;
settings.headers = $.extend(baseHeaders, settings.headers || {});
var $that = $(this),
opts = $.extend({}, defaults, options || {});
var $that = $(this),
opts = $.extend({}, defaults, options || {}),
var $that = $(this),
opts = $.extend({}, defaults, options || {});
var $that = $(this),
opts = $.extend({}, defaults, options || {}),
// Node/CommonJS, no need for jQuery/Zepto in that case.
factory( root, require('backbone'), exports, require('underscore') );
// AMD
define('gbone', ['underscore', 'backbone', 'zepto', 'exports'], function( _, Backbone, $, exports ) {
// others that may still expect a global GBone.
root.Gbone = factory( root, Backbone, exports, _, $ );
// Browser globals
root.Gbone = factory( root, Backbone, {}, root._, ( root.jQuery || root.Zepto || root.ender ) );
}
}(this, function( root, Backbone, Gbone, _, $ ) {
// that can be cleaned up later.
// `this.bindTo(this.collection, 'change', this.render);`
var $el = $(this.el),
options = _.extend({}, effectOptions, {direction: 'left'})
_.extend(Manager.prototype, Backbone.Events, {