I\'m trying to implement Google\'s Fast button for the mobile touch events, and I seem to be stuck. I\'m trying to set it up so that I can make links into fastbuttons, but
Try calling the constructor with new?
new FastButton(el, function() {});