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

@ -2,7 +2,9 @@
* Functions for sending AJAX requests to the server.
*/
(function($){
"use strict";
/**
* Set this variable to false to hide the "waiting for server response" layer.
*/