From f3c8274e9a1875baa2c0321b5ef90bb241b4e27c Mon Sep 17 00:00:00 2001 From: Devin McInnis Date: Sat, 14 Dec 2013 03:28:35 -0800 Subject: [PATCH] revert to method; pass method instead of options --- js/foundation/foundation.magellan.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/foundation/foundation.magellan.js b/js/foundation/foundation.magellan.js index edae9887d..fd069f49d 100644 --- a/js/foundation/foundation.magellan.js +++ b/js/foundation/foundation.magellan.js @@ -11,10 +11,10 @@ threshold: 0 }, - init : function (scope, options) { + init : function (scope, method, options) { this.fixed_magellan = $("[data-magellan-expedition]"); this.set_threshold(); - this.set_active_class(options); + this.set_active_class(method); this.last_destination = $('[data-magellan-destination]').last(); this.events(); }, -- 2.47.2