mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 01:41:39 +00:00
Fixes
This commit is contained in:
@@ -38,14 +38,8 @@ define([
|
||||
|
||||
var PopoverView = Backbone.View.extend({
|
||||
|
||||
defaultOptions: {
|
||||
'left': '0px'
|
||||
},
|
||||
|
||||
initialize: function(options) {
|
||||
this.$el.on('click', '.close', _.bind(this.hide, this));
|
||||
this.options = {};
|
||||
_.extend(this.options, this.defaultOptions, options);
|
||||
},
|
||||
|
||||
// set max-height for '.popover-con'
|
||||
|
Reference in New Issue
Block a user