Skip to content

Commit

Permalink
Missing semicolon (thank you jshint)
Browse files Browse the repository at this point in the history
  • Loading branch information
antennaio committed Jun 2, 2016
1 parent fd82972 commit 119de8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.barrating.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
// remove all classes from elements
var resetStyle = function() {
self.$widget.find('a').removeClass();
}
};

// apply style by setting classes on elements
var applyStyle = function() {
Expand Down

0 comments on commit 119de8e

Please sign in to comment.