Skip to content

Instantly share code, notes, and snippets.

@jaredjburgess
Created March 3, 2016 15:58
Show Gist options
  • Save jaredjburgess/802c527cf35ef8f61e63 to your computer and use it in GitHub Desktop.
Save jaredjburgess/802c527cf35ef8f61e63 to your computer and use it in GitHub Desktop.
Vex buttons for a confirm dialog.
buttons: [
$.extend({}, vex.dialog.buttons.YES, {
text: 'Yes'
}), $.extend({}, vex.dialog.buttons.NO, {
text: 'Cancel'
})
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment