mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
more cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
382de1db79
commit
3e6453253c
@ -134,13 +134,6 @@ if(typeof(sha1) != 'undefined'){
|
||||
/*********************************************************************/
|
||||
// Data...
|
||||
|
||||
var OrderProxy = {
|
||||
set: function(target, property, value, receiver){
|
||||
target[property] = value
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
||||
var DataClassPrototype = {
|
||||
// NOTE: we consider the input list sorted...
|
||||
fromArray: function(list){
|
||||
@ -2966,6 +2959,7 @@ module.BaseData =
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
// XXX revise...
|
||||
// XXX make a API compatible replacement to the above -- to access
|
||||
// compatibility and performance...
|
||||
var DataWithTagsPrototype = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user