mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
273c053f10
commit
7ff46d2b2c
@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user