Added Section, early plugin model

This commit is contained in:
2015-09-23 02:23:16 +08:00
parent 1d812de551
commit 0f7896a925
6 changed files with 43 additions and 17 deletions
+2 -2
View File
@@ -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 )