mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +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
|
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue