File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 584
584
: (
585
585
source . xml
586
586
? source . xml
587
- : (
588
- typeof ( GetXmlStringFromXmlDoc ) != 'undefined'
589
- ? GetXmlStringFromXmlDoc ( source )
590
- : new XMLSerializer ( ) . serializeToString ( source ) ) ) ,
587
+ : new XMLSerializer ( ) . serializeToString ( source ) ) ,
591
588
xmlHeaderPresent = / ^ < \? x m l / . test ( xml ) ;
592
589
if ( xml . indexOf ( "<transformiix:result" ) > - 1 ) {
593
590
// extract contents of transform iix node if it is present
775
772
* @static
776
773
* @member JSXML
777
774
*/
778
- , version : '0.4.1 '
775
+ , version : '0.4.2 '
779
776
/**
780
777
* @static
781
778
* @member JSXML
784
781
, versionDetail : {
785
782
major : 0
786
783
, minor : 4
787
- , patch : 1
784
+ , patch : 2
788
785
}
789
786
} ;
790
787
791
788
792
789
// for (var i in pro) lib.prototype[i] = pro[i];
793
790
cfg . context [ cfg . name ] = new lib ( ) ;
794
- } ) ( ) ;
791
+ } ) ( ) ;
You can’t perform that action at this time.
0 commit comments