working on a blank render feature...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-05-26 04:13:08 +03:00
parent 883ec67d42
commit 041c6e3099

View File

@ -13,25 +13,19 @@ var features = require('lib/features')
var core = require('features/core') var core = require('features/core')
var ribbons = require('imagegrid/ribbons')
/*********************************************************************/ /*********************************************************************/
var RibbonsClassPrototype = { var RibbonsClassPrototype = {
} }
RibbonsClassPrototype.__proto__ = ribbons.BaseRibbons.prototype.__proto__
var RibbonsPrototype = { var RibbonsPrototype = {
getImage: function(){
// XXX
},
getImageByPosition: function(){
// XXX
},
getRibbon: function(){
// XXX
},
} }
RibbonsPrototype.__proto__ = ribbons.BaseRibbons.prototype
var Ribbons = var Ribbons =
@ -130,7 +124,7 @@ module.Render = core.ImageGridFeatures.Feature({
doc: '', doc: '',
// XXX // XXX
tag: 'ui-xxx-render', tag: 'ui-blank-render',
exclusive: ['ui-render'], exclusive: ['ui-render'],
depends: [ depends: [
// XXX // XXX