]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Removed unused argument 10475/head
authorIgal <dev@21solutions.net>
Fri, 28 Jul 2017 16:46:21 +0000 (09:46 -0700)
committerGitHub <noreply@github.com>
Fri, 28 Jul 2017 16:46:21 +0000 (09:46 -0700)
js/foundation.util.box.js

index ba960eafd99ffbe7df4e923f184d864987ca946f..02d8171f4934114f77296d989bf4a6d1bf32fdcc 100644 (file)
@@ -66,7 +66,7 @@ function OverlapArea(element, parent, lrOnly, tbOnly, ignoreBottom) {
  * @returns {Object} - nested object of integer pixel values
  * TODO - if element is window, return only those values.
  */
-function GetDimensions(elem, test){
+function GetDimensions(elem){
   elem = elem.length ? elem[0] : elem;
 
   if (elem === window || elem === document) {