mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
working on a blank render feature...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
883ec67d42
commit
041c6e3099
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user