Skip to content

Commit

Permalink
Prevent arrays from being passed to lime.Node's listen by marking it …
Browse files Browse the repository at this point in the history
…private
  • Loading branch information
kchodorow committed Feb 26, 2014
1 parent 7085c7f commit a321b86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lime/src/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,7 @@ lime.Node.prototype.setChildIndex = function(child,index){

/**
* @inheritDoc
* @private
*/
lime.Node.prototype.listen = function(type, handler,
opt_capture, opt_handlerScope) {
Expand Down

0 comments on commit a321b86

Please sign in to comment.