Changeset View
Changeset View
Standalone View
Standalone View
src/docs/onload.js
| Show All 13 Lines | |||||
| * @param function Callback function to invoke after DOMContentReady. | * @param function Callback function to invoke after DOMContentReady. | ||||
| * @return void | * @return void | ||||
| * @group util | * @group util | ||||
| */ | */ | ||||
| JX.onload = function(callback) { | JX.onload = function(callback) { | ||||
| // This isn't the real function definition, it's only defined here to let the | // 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. | // documentation generator find it. The actual definition is in init.js. | ||||
| }; | }; | ||||