]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
refactor: remove the deprecated GetOffsets method 11697/head
authorDaniel Ruf <daniel@daniel-ruf.de>
Sat, 23 Feb 2019 23:34:22 +0000 (00:34 +0100)
committerDaniel Ruf <daniel@daniel-ruf.de>
Sat, 23 Feb 2019 23:34:22 +0000 (00:34 +0100)
js/foundation.util.box.js

index 625c46c06165a006889c942fcc49f840145a002f..11688c35861b4c22203a1c7d7c6ae419e7b30dc0 100644 (file)
@@ -7,7 +7,6 @@ var Box = {
   ImNotTouchingYou: ImNotTouchingYou,
   OverlapArea: OverlapArea,
   GetDimensions: GetDimensions,
-  GetOffsets: GetOffsets,
   GetExplicitOffsets: GetExplicitOffsets
 }