Add enableKeyFocus (alias to clearKeyFocus)

This commit is contained in:
Matthias Richter 2012-03-14 16:17:09 +01:00
parent 465aaf1885
commit 2e5927e963

View file

@ -151,6 +151,7 @@ return {
hasKeyFocus = hasKeyFocus,
disableKeyFocus = disableKeyFocus,
enableKeyFocus = clearKeyFocus,
clearKeyFocus = clearKeyFocus,
makeCyclable = makeCyclable,