mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
xquared 확장콤포넌트 사용가능하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3062 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
61c1c53634
commit
cc46a20754
7 changed files with 260 additions and 226 deletions
|
|
@ -25,6 +25,7 @@ function doPoll(fo_obj) {
|
|||
|
||||
var poll_srl_indexes = "";
|
||||
for(var poll_srl_index in checkcount) {
|
||||
if(!checkcount.hasOwnProperty(poll_srl_index)) continue;
|
||||
var count = checkcount[poll_srl_index];
|
||||
var items = item[poll_srl_index];
|
||||
if(items.length < 1 || count < items.length) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue