All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bower_components.jquery.src.manipulation.wrapMap.js Maven / Gradle / Ivy

Go to download

Helper library to visualize and assert which parts of a BPMN process have been covered by a unit test.

There is a newer version: 0.4.0
Show newest version
define( function() {

// We have to close these tags to support XHTML (#13200)
var wrapMap = {

	// Support: IE9
	option: [ 1, "" ],

	// XHTML parsers do not magically insert elements in the
	// same way that tag soup parsers do. So we cannot shorten
	// this by omitting  or other required elements.
	thead: [ 1, "", "
" ], col: [ 2, "", "
" ], tr: [ 2, "", "
" ], td: [ 3, "", "
" ], _default: [ 0, "", "" ] }; // Support: IE9 wrapMap.optgroup = wrapMap.option; wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; wrapMap.th = wrapMap.td; return wrapMap; } );




© 2015 - 2025 Weber Informatics LLC | Privacy Policy