Updated the documentation for createWindow

In the block documentation for Application.createWindow, changed
the legacy window parameter to the current attributes parameter
This commit is contained in:
Alex Rothman
2019-05-24 12:32:44 -04:00
committed by Joshua Granick
parent 47b4062f47
commit 1f86057029

View File

@@ -128,7 +128,7 @@ class Application extends Module
/**
Creates a new Window and adds it to the Application
@param window A Window object to add
@param attributes A set of parameters to initialize the window
**/
public function createWindow(attributes:WindowAttributes):Window
{