From cab59fceb2a9dc0696548a9c731d6ce539015906 Mon Sep 17 00:00:00 2001 From: Luciano Amodio <adamquadmon@gmail.com> Date: Mon, 13 Jan 2014 08:10:33 -0800 Subject: [PATCH] Wron use of semicolons --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 790acdd..37543df 100644 --- a/bower.json +++ b/bower.json @@ -5,8 +5,8 @@ "description": "jQuery plugin used to fix elements on the page (top, bottom, anywhere); however, it still allows the element to continue to move left or right with the horizontal scroll.", "main": "jquery-scrolltofixed.js", "dependencies": { - "jquery": ">=1.6", - } + "jquery": ">=1.6" + }, "keywords": [ "jQuery", "scroll", "fixed" ],