mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Use strict mode in xml_handler.js
This commit is contained in:
parent
c96d586827
commit
20177f9f41
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue