Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
grunt dist task ran.
Browse files Browse the repository at this point in the history
  • Loading branch information
krk committed Mar 21, 2015
1 parent 810464c commit 894da8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions dist/js/bootstrap-colorpicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
this.setColor(val);
} else if (val.h !== undefined) {
this.value = val;
} else {
this.setColor(val);
}
}
}
};

Expand Down
Loading

0 comments on commit 894da8a

Please sign in to comment.