enyo.kind({ name: "enyo.AlphaJumper", classes: "enyo-alpha-jumper enyo-border-box", published: { marker: null }, events: { onAlphaJump: "" }, handlers: { ondown: "down", onmove: "move", onup: "up" }, initComponents: function() { for (var s="A".charCodeAt(0), i=s; i