tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-04-27 17:37:28 +03:00
parent 273c053f10
commit 7ff46d2b2c

View File

@ -61,10 +61,14 @@ VALUE.prototype.hook = function(elem, prop){
//---------------------------------------------------------------------
var VirtualDOMRibbonsClassPrototype = {
}
// XXX need a way to link this to the context...
var VirtualDOMRibbonsPrototype = {
virtualdom: null,
dom: null,
vdom: null,
// XXX this is a circular ref -- I do not like it...
imagegrid: null,
@ -184,7 +188,9 @@ var VirtualDOMRibbonsPrototype = {
var VirtualDOMRibbons =
module.VirtualDOMRibbons =
object.makeConstructor('VirtualDOMRibbons', VirtualDOMRibbonsPrototype)
object.makeConstructor('VirtualDOMRibbons',
VirtualDOMRibbonsClassPrototype,
VirtualDOMRibbonsPrototype)