work: function(my) {
    my.leapmotion.on("hand", function(hand) {
      console.log(hand.palmPosition.join(","));
    });
  }