mirror of https://github.com/lidarr/Lidarr
27 lines
463 B
JavaScript
27 lines
463 B
JavaScript
/*
|
|
'use strict';
|
|
|
|
(function () {
|
|
|
|
var _originalRegionClose = Marionette.Region.prototype.close;
|
|
*/
|
|
/*
|
|
Marionette.Region.prototype.open = function (view) {
|
|
var self = this;
|
|
|
|
self.$el.html(view.el);
|
|
|
|
//self.$el.fadeIn(100);
|
|
};*//*
|
|
|
|
|
|
Marionette.Region.prototype.close = function () {
|
|
*/
|
|
/* this.$el.fadeOut(200, function () {
|
|
_originalRegionClose.apply(this, arguments);
|
|
});*//*
|
|
|
|
};
|
|
}());
|
|
*/
|