1
0
Fork 0
forked from 0x2620/oxjs

fix a regression with regards to dragging/resizing

This commit is contained in:
rlx 2011-10-06 04:06:49 +00:00
commit 16078f0fbd
2 changed files with 12 additions and 12 deletions

View file

@ -36,7 +36,7 @@ Ox.Button = function(options, self) {
selected: false,
size: 'medium',
// fixme: 'default' or ''?
style: 'default', // can be default, checkbox, symbol, or tab
style: 'default',
title: '',
tooltip: '',
type: 'text',