OSDN Git Service

Version 0.6.176, add X.Script.
[pettanr/clientJs.git] / 0.6.x / js / 06_net / 03_XNetForm.js
index ce5021a..1bfd498 100644 (file)
@@ -37,8 +37,7 @@ X_TEMP.X_NET_Form_params = {
                                        '<form method="', X_NET_Form_escapeQuote( option[ 'method' ] || 'GET' ), \r
                                                '" action="', X_NET_Form_escapeQuote( option[ 'url' ] || '' ), \r
                                                '" target="', X_NET_Form_escapeQuote( target || '_self' ),\r
-                                               '">' ],\r
-                               k;\r
+                                               '">' ];\r
                                \r
                                if( target === '_top' || target === '_parent' ) this.isJump = true;\r
                                if( 0 <= option[ 'timeout' ] ) this.timeout = option[ 'timeout' ];\r