Skip to content

Commit

Permalink
add param to onkeyup
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Zhang committed Jul 14, 2014
1 parent 5adbc27 commit 281c4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pn/ui/BaseControl.js
Expand Up @@ -196,7 +196,7 @@ pn.ui.BaseControl.prototype.onchange = function(el, cb) {
* @param {string|!Element|!Array.<(string|!Element)>} el The ID or element
* of the element to listen to. This uses the standard naming conventions
* for element IDs.
* @param {function():undefined} cb The callback for the event.
* @param {function(goog.events.Event):undefined} cb The callback for the event.
*/
pn.ui.BaseControl.prototype.onkeyup = function(el, cb) {
this.getels_(el).pnforEach(function(e) {
Expand Down

0 comments on commit 281c4a2

Please sign in to comment.