Skip to content

Commit

Permalink
core: expose coor object
Browse files Browse the repository at this point in the history
  • Loading branch information
retrofox committed Feb 13, 2014
1 parent ed55b63 commit 06f9194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "dropdown",
"description": "Dropdown component",
"repo": "component/dropdown",
"version": "1.0.8",
"version": "1.0.9",
"author": "Damian Suarez <rdsuarez@gmail.com>",
"twitter": "@retrofox",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -108,6 +108,7 @@ Dropdown.prototype.onclick = function(ref, ev){
}

this.moveTo(x, y);
this.coor = { x: x, y: y };
this.show();
};

Expand Down

0 comments on commit 06f9194

Please sign in to comment.