Guest User

Untitled

a guest
Jun 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. //...
  2.  
  3. bb.on('click', function(e) {
  4. this.fire('press', {click : e});
  5. }, this);
  6. },
  7.  
  8. // ...
  9.  
  10.  
  11.  
  12.  
  13.  
  14. _defPressFn : function(e) {
  15. Y.log('_defPressFn', 'info', 'Y.Button');
  16. Y.log(arguments.length);
  17. this._executeCallback(e);
  18. },
Add Comment
Please, Sign In to add comment