Skip to content

Commit

Permalink
fix(letsgo.js): clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
codysherman committed Oct 25, 2016
1 parent 14904ed commit 18f8001
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion letsgo.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ var letsGo = function(target, command, attribute, queue) {
attributeIsClass = true;
attribute = 'letsGo-hide';
}
console.log('atr', attribute);
if (checkIfAttribute(element, attribute, attributeIsClass)) {
alterAttribute(element, styles, false, attribute, attributeIsClass, true);
} else {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "letsgo",
"version": "0.2.2",
"version": "0.2.3",
"description": "JavaScript library for hiding, changing, and animating HTML elements http://useletsgo.com",
"main": "letsgo.js",
"scripts": {
Expand Down

0 comments on commit 18f8001

Please sign in to comment.