Guest User

Untitled

a guest
Jun 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import Component from '@ember/component';
  2.  
  3. export default Component.extend({
  4. focusOut() {
  5. alert('DoubleClickableComponent was clicked!');
  6. }
  7. });
Add Comment
Please, Sign In to add comment