mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-22 12:40:33 +08:00
odds and ends for 1.4.8 release
This commit is contained in:
@@ -151,6 +151,9 @@ function setOuterHeight(element, height, includeMargins) {
|
||||
}
|
||||
|
||||
|
||||
// TODO: curCSS has been deprecated
|
||||
|
||||
|
||||
function hsides(_element, includeMargins) {
|
||||
return (parseFloat($.curCSS(_element, 'paddingLeft', true)) || 0) +
|
||||
(parseFloat($.curCSS(_element, 'paddingRight', true)) || 0) +
|
||||
|
||||
Reference in New Issue
Block a user