mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor cleanup
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0790748ec7
commit
4dbf6565de
@ -18,8 +18,6 @@ var toggler = require('lib/toggler')
|
||||
var core = require('features/core')
|
||||
var base = require('features/base')
|
||||
|
||||
var widgets = require('features/ui-widgets')
|
||||
|
||||
|
||||
|
||||
/*********************************************************************/
|
||||
@ -262,7 +260,6 @@ var AppControllsActions = actions.Actions({
|
||||
'close -- Quit'],
|
||||
},
|
||||
},
|
||||
|
||||
})
|
||||
|
||||
var AppControlls =
|
||||
@ -273,6 +270,7 @@ module.AppControlls = core.ImageGridFeatures.Feature({
|
||||
tag: 'ui-app-buttons',
|
||||
depends: [
|
||||
'ui-app-control',
|
||||
'ui-buttons',
|
||||
],
|
||||
suggested: [
|
||||
// needed for reporting info in .makeButtonControls(..)
|
||||
|
||||
@ -1157,7 +1157,6 @@ var ButtonsActions = actions.Actions({
|
||||
makeButtonControlsToggler('secondary-buttons')],
|
||||
toggleAppButtons: ['Interface/Toggle App buttons',
|
||||
makeButtonControlsToggler('app-buttons')],
|
||||
|
||||
toggleSideButtons: ['Interface/Toggle side buttons',
|
||||
(function(){
|
||||
var left = makeButtonControlsToggler('side-buttons-left')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user