Remove requirement that require, module or jquery be defined before using StyleBuilder

This commit is contained in:
Pieter Sheth-Voss 2015-05-12 09:01:24 -04:00
parent 21e1976f82
commit 858abf1103
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////////////////////////////
if ((typeof 'module' != 'undefined' && typeof require != 'undefined') || (typeof $ != 'undefined')) {
var StyleBuilder = function (options) {
var customNumFmtId = 164;
@ -375,5 +375,5 @@ if ((typeof 'module' != 'undefined' && typeof require != 'undefined') || (typeo
}
}.initialize(options||{});
}
}

View File

@ -12005,7 +12005,7 @@ var XmlNode = (function () {
return XmlNode;
})();
/////////////////////////////////////////////////////////////////////////////////////////////////////
if ((typeof 'module' != 'undefined' && typeof require != 'undefined') || (typeof $ != 'undefined')) {
var StyleBuilder = function (options) {
var customNumFmtId = 164;
@ -12381,7 +12381,7 @@ if ((typeof 'module' != 'undefined' && typeof require != 'undefined') || (typeo
}
}.initialize(options||{});
}
}
XLSX.parse_xlscfb = parse_xlscfb;
XLSX.parse_zip = parse_zip;