fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of stigma.nowoczesnapolska.org.pl:platforma
[redakcja.git]
/
project
/
static
/
js
/
views
/
split.js
diff --git
a/project/static/js/views/split.js
b/project/static/js/views/split.js
index
48f0de7
..
30eda4a
100644
(file)
--- a/
project/static/js/views/split.js
+++ b/
project/static/js/views/split.js
@@
-17,7
+17,7
@@
var SplitView = View.extend({
init: function(element, model) {
this._super(element, model, null);
this.element.css('position', 'relative');
init: function(element, model) {
this._super(element, model, null);
this.element.css('position', 'relative');
- this._resizingSubviews = false;
+ this._resizingSubviews = false;
this.views = $(">*", this.element[0]).css({
position: 'absolute', // positioned inside splitter container
this.views = $(">*", this.element[0]).css({
position: 'absolute', // positioned inside splitter container
@@
-28,6
+28,7
@@
var SplitView = View.extend({
this.leftView = $(this.views[0]);
this.rightView = $(this.views[1]);
this.leftView = $(this.views[0]);
this.rightView = $(this.views[1]);
+
this.splitbar = $(this.views[2] || '<div></div>')
.insertAfter(this.leftView)
.css({
this.splitbar = $(this.views[2] || '<div></div>')
.insertAfter(this.leftView)
.css({