Commit 3f024b56 authored by konovalovsergey's avatar konovalovsergey

minification

parent 41041f21
......@@ -172,27 +172,27 @@ function EasySAXParser() {
// -----------------------------------------------------
var xharsQuot={constructor: false, hasOwnProperty: false, isPrototypeOf: false, propertyIsEnumerable: false, toLocaleString: false, toString: false, valueOf: false
, quot: '"'
, QUOT: '"'
, amp: '&'
, AMP: '&'
, nbsp: '\u00A0'
, apos: '\''
, lt: '<'
, LT: '<'
, gt: '>'
, GT: '>'
, copy: '\u00A9'
, laquo: '\u00AB'
, raquo: '\u00BB'
, reg: '\u00AE'
, deg: '\u00B0'
, plusmn: '\u00B1'
, sup2: '\u00B2'
, sup3: '\u00B3'
, micro: '\u00B5'
, para: '\u00B6'
var xharsQuot={'constructor': false, 'hasOwnProperty': false, 'isPrototypeOf': false, 'propertyIsEnumerable': false, 'toLocaleString': false, 'toString': false, 'valueOf': false
, 'quot': '"'
, 'QUOT': '"'
, 'amp': '&'
, 'AMP': '&'
, 'nbsp': '\u00A0'
, 'apos': '\''
, 'lt': '<'
, 'LT': '<'
, 'gt': '>'
, 'GT': '>'
, 'copy': '\u00A9'
, 'laquo': '\u00AB'
, 'raquo': '\u00BB'
, 'reg': '\u00AE'
, 'deg': '\u00B0'
, 'plusmn': '\u00B1'
, 'sup2': '\u00B2'
, 'sup3': '\u00B3'
, 'micro': '\u00B5'
, '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