فهرست منبع

util, export getOuterRect

Adam Shaw 10 سال پیش
والد
کامیت
db3776c7da
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/util.js

+ 1 - 0
src/util.js

@@ -163,6 +163,7 @@ function unsetScroller(containerEl) {
 /* General DOM Utilities
 ----------------------------------------------------------------------------------------------------------------------*/
 
+fc.getOuterRect = getOuterRect;
 fc.getClientRect = getClientRect;
 fc.getContentRect = getContentRect;
 fc.getScrollbarWidths = getScrollbarWidths;