mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
5 lines
89 B
TypeScript
5 lines
89 B
TypeScript
/// <reference path="domready.d.ts" />
|
|
|
|
domready(function () {
|
|
// dom is loaded!
|
|
}) |