Skip to content

Commit

Permalink
ocd
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 4, 2012
1 parent cfef365 commit 343dfaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/color-picker/color-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function rgba(r,g,b,a) {
/**
* Mouse position util.
*/

function localPos(e) {
var offset = $(e.target).offset();
return {
Expand Down

0 comments on commit 343dfaa

Please sign in to comment.