Skip to content

Commit

Permalink
button: Fix deps. Closes #1560
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Jun 26, 2015
1 parent 0a060e7 commit b599d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.blocks/button/button.deps.js
Expand Up @@ -3,7 +3,7 @@
shouldDeps : [
{
elems : ['text'],
mods : { focused : 'yes', hovered : 'yes', disabled : 'yes', pressed : 'yes' }
mods : { focused : true, hovered : true, disabled : true, pressed : true }
},
{ block : 'jquery', elem : 'event', mods : { type : 'pointer' } },
{ block : 'keyboard', elem : 'codes' },
Expand Down

0 comments on commit b599d9b

Please sign in to comment.