Skip to content

Commit

Permalink
Merge pull request #118 from AdamQuadmon/master
Browse files Browse the repository at this point in the history
Wrong use of semicolons
  • Loading branch information
bigspotteddog committed Jan 13, 2014
2 parents b885e0f + cab59fc commit 8e1a54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down

0 comments on commit 8e1a54d

Please sign in to comment.