StructureJS

0.15.2

A class based utility library for building modular and scalable web platform applications. Features opt-in classes and utilities which provide a solid foundation and toolset to build your next project.

File: ts/event/native/WindowEvents.ts

class WindowEvents
{
    /**
     * TODO: YUIDoc_comment
     *
     * @property CHANGE
     * @type {string}
     * @static
     */
    public static CHANGE:string = "change";
}

export default WindowEvents;