mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
prototype 사용하는 경우를 대비한 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2988 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7c0013016d
commit
325e9f210d
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ String.prototype.setQuery = function(key, val) {
|
|||
|
||||
var q_list = new Array();
|
||||
for(var i in args) {
|
||||
if( !args.hasOwnProperty(i) ) continue;
|
||||
var arg = args[i];
|
||||
if(!arg.toString().trim()) continue;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue