Skip to content

Commit

Permalink
Events.buttonclick should be part of the API
Browse files Browse the repository at this point in the history
  • Loading branch information
elemoine committed Jan 31, 2012
1 parent 9aa1c44 commit 271e3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/OpenLayers/Events/buttonclick.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
OpenLayers.Events.buttonclick = OpenLayers.Class({

/**
* APIProperty: target
* Property: target
* {<OpenLayers.Events>} The events instance that the buttonclick event will
* be triggered on.
*/
Expand Down Expand Up @@ -141,4 +141,4 @@ OpenLayers.Events.buttonclick = OpenLayers.Class({
return propagate;
}

});
});

0 comments on commit 271e3b6

Please sign in to comment.