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:
committed by
Joshua Granick
parent
47b4062f47
commit
1f86057029
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user