Ignore:
Timestamp:
Aug 23, 2017, 9:27:43 AM (7 years ago)
Author:
coas-nagasima
Message:

文字コードを設定

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/webapp/webmrbc/js/jszip.js

    • Property svn:keywords deleted
    • Property svn:mime-type changed from text/javascript to text/javascript;charset=UTF-8
    r270 r321  
    497497 */
    498498function JSZip(data, options) {
    499     // if this constructor is used without `new`, it adds `new` before itself:
     499    // if this constructor is used without `new`, it adds `new` before itself:
    500500    if(!(this instanceof JSZip)) return new JSZip(data, options);
    501501
Note: See TracChangeset for help on using the changeset viewer.