export the Button class so that we can use it in plugins

This commit is contained in:
Régis Hanol 2014-07-29 20:56:05 +02:00
parent eaafbccb53
commit 86a4a1f220
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// Helper class for rendering a button
var Button = function(action, label, icon, opts) {
export var Button = function(action, label, icon, opts) {
this.action = action;
this.label = label;