Commit 3f024b56 authored by konovalovsergey's avatar konovalovsergey

minification

parent 41041f21
...@@ -172,27 +172,27 @@ function EasySAXParser() { ...@@ -172,27 +172,27 @@ function EasySAXParser() {
// ----------------------------------------------------- // -----------------------------------------------------
var xharsQuot={constructor: false, hasOwnProperty: false, isPrototypeOf: false, propertyIsEnumerable: false, toLocaleString: false, toString: false, valueOf: false var xharsQuot={'constructor': false, 'hasOwnProperty': false, 'isPrototypeOf': false, 'propertyIsEnumerable': false, 'toLocaleString': false, 'toString': false, 'valueOf': false
, quot: '"' , 'quot': '"'
, QUOT: '"' , 'QUOT': '"'
, amp: '&' , 'amp': '&'
, AMP: '&' , 'AMP': '&'
, nbsp: '\u00A0' , 'nbsp': '\u00A0'
, apos: '\'' , 'apos': '\''
, lt: '<' , 'lt': '<'
, LT: '<' , 'LT': '<'
, gt: '>' , 'gt': '>'
, GT: '>' , 'GT': '>'
, copy: '\u00A9' , 'copy': '\u00A9'
, laquo: '\u00AB' , 'laquo': '\u00AB'
, raquo: '\u00BB' , 'raquo': '\u00BB'
, reg: '\u00AE' , 'reg': '\u00AE'
, deg: '\u00B0' , 'deg': '\u00B0'
, plusmn: '\u00B1' , 'plusmn': '\u00B1'
, sup2: '\u00B2' , 'sup2': '\u00B2'
, sup3: '\u00B3' , 'sup3': '\u00B3'
, micro: '\u00B5' , 'micro': '\u00B5'
, para: '\u00B6' , 'para': '\u00B6'
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment