mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
45e6b320b9
commit
bbd6969dab
@ -995,6 +995,10 @@ browse.items.makeContext = function(name, obj){
|
|||||||
// add stuff to the object while in runtime make(..) is a custom
|
// add stuff to the object while in runtime make(..) is a custom
|
||||||
// instance...
|
// instance...
|
||||||
// ...this still does not work correctly...
|
// ...this still does not work correctly...
|
||||||
|
// .....not sure if it is possible to do a clean and generic
|
||||||
|
// solution to this, the problem is that caching a context would
|
||||||
|
// push that context into all the calls, when it should not do
|
||||||
|
// so for all cases...
|
||||||
var n = '__'+ name
|
var n = '__'+ name
|
||||||
Object.defineProperty(this, name, {
|
Object.defineProperty(this, name, {
|
||||||
get: function(){
|
get: function(){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user