feature #144 - remove comments from build code

This commit is contained in:
Yaniv Efraim 2015-02-13 11:45:43 +02:00
parent 03292d9e85
commit 7bb6b6d223
3 changed files with 4 additions and 8 deletions

View File

@ -24,7 +24,7 @@
* *
* @author Jos de Jong, <wjosdejong@gmail.com> * @author Jos de Jong, <wjosdejong@gmail.com>
* @version 3.2.0 * @version 3.2.0
* @date 2015-02-12 * @date 2015-02-13
*/ */
(function webpackUniversalModuleDefinition(root, factory) { (function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object') if(typeof exports === 'object' && typeof module === 'object')
@ -1490,10 +1490,6 @@ return /******/ (function(modules) { // webpackBootstrap
if (match) { if (match) {
var jsonString = match[1]; var jsonString = match[1];
} }
// if(jsonString.match(/[\da-zA-Z_-\s]+\(+\s*/)){
// var jsonStringTemp = jsonString.replace(/[\da-zA-Z_-\s]+\(+\s*/,'')
// jsonString = jsonStringTemp.replace(/\s*\)(?!.*[\)])[;\s]*/g,'');
// }
return jsonString; return jsonString;
}; };

File diff suppressed because one or more lines are too long

2
jsoneditor.min.js vendored

File diff suppressed because one or more lines are too long