Guest User

Untitled

a guest
Jun 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. listenToEvents: function() {
  2. App.contracts.Candy.deployed().then(function(instance) {
  3. instance.LogBuyCandy({},{}).watch(function(error, event) {
  4. if (!error) {
  5. // popup message
Add Comment
Please, Sign In to add comment