Skip to content

Commit

Permalink
hifive#199 ajaxの引数var_argsをコメントアウト
Browse files Browse the repository at this point in the history
  • Loading branch information
fukudayasuo committed May 10, 2013
1 parent 16179ae commit 04caad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hifive/src/main/webapp/src/h5.ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
* @function
* @memberOf h5
*/
function ajax(var_args) {
function ajax(/* var_args */) {
// $.ajax(settings)での呼び出しに統一する。
var settings = {};
if (isString(arguments[0])) {
Expand Down

0 comments on commit 04caad6

Please sign in to comment.