MCPcopy Create free account
hub / github.com/sql-js/sql.js / fixDefaultChecked

Function fixDefaultChecked

documentation/javascript/application.js:6970–6974  ·  view source on GitHub ↗
( elem )

Source from the content-addressed store, hash-verified

6968
6969// Used in clean, fixes the defaultChecked property
6970function fixDefaultChecked( elem ) {
6971 if ( rcheckableType.test( elem.type ) ) {
6972 elem.defaultChecked = elem.checked;
6973 }
6974}
6975
6976jQuery.extend({
6977 clone: function( elem, dataAndEvents, deepDataAndEvents ) {

Callers 1

application.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…