Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. var handlers = {
  2. 'LaunchIntent': function() {
  3. var self = this
  4. myCallBackFunction(function(self) {
  5. self.emit(':tell', "Hello how are you?");
  6. })
  7. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement