mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +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 ribbons = require('imagegrid/ribbons')
|
||||
|
||||
|
||||
/*********************************************************************/
|
||||
|
||||
var RibbonsClassPrototype = {
|
||||
}
|
||||
RibbonsClassPrototype.__proto__ = ribbons.BaseRibbons.prototype.__proto__
|
||||
|
||||
|
||||
var RibbonsPrototype = {
|
||||
getImage: function(){
|
||||
// XXX
|
||||
},
|
||||
getImageByPosition: function(){
|
||||
// XXX
|
||||
},
|
||||
getRibbon: function(){
|
||||
// XXX
|
||||
},
|
||||
}
|
||||
RibbonsPrototype.__proto__ = ribbons.BaseRibbons.prototype
|
||||
|
||||
|
||||
var Ribbons =
|
||||
@ -130,7 +124,7 @@ module.Render = core.ImageGridFeatures.Feature({
|
||||
doc: '',
|
||||
|
||||
// XXX
|
||||
tag: 'ui-xxx-render',
|
||||
tag: 'ui-blank-render',
|
||||
exclusive: ['ui-render'],
|
||||
depends: [
|
||||
// XXX
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user