lime.ui.Window.title dummy functions for flash and html5
This commit is contained in:
@@ -86,5 +86,12 @@ class FlashWindow {
|
||||
|
||||
}
|
||||
|
||||
public function setTitle (value:String):String {
|
||||
|
||||
// not implemented
|
||||
|
||||
return "";
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -415,5 +415,13 @@ class HTML5Window {
|
||||
|
||||
}
|
||||
|
||||
public function setTitle (value:String):String {
|
||||
|
||||
// not implemented
|
||||
|
||||
return "";
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user