forked from Botanical/BotanJS
Added Section, early plugin model
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
this.getSetData = function ( data )
|
||||
this.getData = function ()
|
||||
{
|
||||
// Compile flag list
|
||||
var tlist = [];
|
||||
@@ -165,7 +165,7 @@
|
||||
tlist[tlist.length] = flags[i].lastChild.nodeValue;
|
||||
}
|
||||
|
||||
data[ this.id ] = tlist.join("\n");
|
||||
return tlist.join("\n");
|
||||
}
|
||||
|
||||
this.setForView = function ( flagList )
|
||||
|
||||
Reference in New Issue
Block a user