Skip to content

Instantly share code, notes, and snippets.

@eduardolundgren
Created May 3, 2013 00:40
Show Gist options
  • Save eduardolundgren/5506493 to your computer and use it in GitHub Desktop.
Save eduardolundgren/5506493 to your computer and use it in GitHub Desktop.
preventDefault
{
cssClass: 'move-left',
icon: 'aui-icon-circle-arrow-left',
title: strings.MOVE_LEFT,
on: {
click: function(event) {
event.domEvent.preventDefault();
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment