Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-05-16 01:56:56 +03:00
parent 3810dccfda
commit 72dd13a80b

View File

@ -224,7 +224,7 @@ module.ViewerActions = actions.Actions({
// min(image.width, image.height) // min(image.width, image.height)
// //
get screenfit(){ get screenfit(){
if(!this.ribbons || !this.dom){ if(!this.dom){
return null return null
} }
var viewer = this.dom var viewer = this.dom
@ -968,6 +968,7 @@ module.URLHash = core.ImageGridFeatures.Feature({
// XXX at this point this does not support target lists... // XXX at this point this does not support target lists...
// XXX shift up/down to new ribbon is not too correct... // XXX shift up/down to new ribbon is not too correct...
// XXX depends on .ribbons...
var ShiftAnimation = var ShiftAnimation =
module.ShiftAnimation = core.ImageGridFeatures.Feature({ module.ShiftAnimation = core.ImageGridFeatures.Feature({
title: '', title: '',
@ -1287,6 +1288,7 @@ module.Cursor = core.ImageGridFeatures.Feature({
// system-wide... // system-wide...
// XXX STUB: needs more thought.... // XXX STUB: needs more thought....
// XXX depends on .ribbons...
var ControlActions = actions.Actions({ var ControlActions = actions.Actions({
config: { config: {
'control-mode': 'indirect', 'control-mode': 'indirect',
@ -2073,6 +2075,7 @@ module.FailsafeDevTools = core.ImageGridFeatures.Feature({
/*********************************************************************/ /*********************************************************************/
// XXX depends on .ribbons...
var PreviewFilters var PreviewFilters
module.PreviewFilters = core.ImageGridFeatures.Feature({ module.PreviewFilters = core.ImageGridFeatures.Feature({
title: '', title: '',