kiteditor 1.0.6 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -153,7 +153,7 @@ class @Mercury.PageEditor
|
|
153
153
|
resize: ->
|
154
154
|
width = jQuery(window).width()
|
155
155
|
height = @statusbar.top()
|
156
|
-
toolbarHeight = @toolbar.height()
|
156
|
+
toolbarHeight = @toolbar.height().height()
|
157
157
|
|
158
158
|
Mercury.displayRect = {top: toolbarHeight, left: 0, width: width, height: height - toolbarHeight, fullHeight: height}
|
159
159
|
|