Use strict mode in xml_handler.js

This commit is contained in:
Kijin Sung 2017-07-02 00:53:06 +09:00
parent c96d586827
commit 20177f9f41

View file

@ -3,6 +3,8 @@
*/ */
(function($){ (function($){
"use strict";
/** /**
* Set this variable to false to hide the "waiting for server response" layer. * Set this variable to false to hide the "waiting for server response" layer.
*/ */