From 8b290946bc438053427916d3e5d21f706804be59 Mon Sep 17 00:00:00 2001 From: OliverKK Date: Tue, 29 Apr 2014 08:53:09 +0200 Subject: [PATCH] Delete comma, add semicolon Line 10 -> delete comma, Line 55 -> add semicolon --- js/foundation/foundation.offcanvas.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/foundation/foundation.offcanvas.js b/js/foundation/foundation.offcanvas.js index 2bb92dff1..c5cc9fb96 100644 --- a/js/foundation/foundation.offcanvas.js +++ b/js/foundation/foundation.offcanvas.js @@ -7,7 +7,7 @@ version : '5.2.2', settings : { - close_on_click: true, + close_on_click: true }, init : function (scope, method, options) { @@ -52,7 +52,7 @@ }, get_settings: function(e) { - var offcanvas = this.S(e.target).closest('[' + this.attr_name() + ']') + var offcanvas = this.S(e.target).closest('[' + this.attr_name() + ']'); return offcanvas.data(this.attr_name(true) + '-init') || this.settings; }, -- 2.47.2