lime.ui.Window.title dummy functions for flash and html5

This commit is contained in:
Jarnik
2015-07-31 08:29:46 +02:00
parent 83fcb82cce
commit b4efea23dd
2 changed files with 15 additions and 0 deletions

View File

@@ -86,5 +86,12 @@ class FlashWindow {
}
public function setTitle (value:String):String {
// not implemented
return "";
}
}

View File

@@ -415,5 +415,13 @@ class HTML5Window {
}
public function setTitle (value:String):String {
// not implemented
return "";
}
}