Page MenuHomestyx hydra

onload.js
No OneTemporary

onload.js

/**
* @javelin
*/
/**
* Register a callback for invocation after DOMContentReady.
*
* NOTE: Although it isn't private, use of this function is heavily discouraged.
* See @{article:Concepts: Behaviors} for information on using behaviors to
* structure and invoke glue code.
*
* This function is defined as a side effect of init.js.
*
* @param function Callback function to invoke after DOMContentReady.
* @return void
* @group util
*/
JX.onload = function(callback) {
// This isn't the real function definition, it's only defined here to let the
// documentation generator find it. The actual definition is in init.js.
};

File Metadata

Mime Type
text/plain
Expires
Tue, Feb 24, 7:13 PM (7 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
844415
Default Alt Text
onload.js (640 B)

Event Timeline