work: function(my) {
    my.leapmotion.on("frame", function(frame) {
      console.log(frame.toString());
    });