Home Manual Reference Source
public class | source

General

General-purpose utilties.

Method Summary

Public Methods
public

onLoad(callback: function(): void)

Executes the given callback on DOMContentLoaded.

Public Methods

public onLoad(callback: function(): void) source

Executes the given callback on DOMContentLoaded.

Params:

NameTypeAttributeDescription
callback function(): void