Fix copy-paste error in @:native of SystemIdleMode

This commit is contained in:
Jens Fischer
2019-05-16 09:37:18 +02:00
committed by Joshua Granick
parent 9ae4c67103
commit 47b4062f47

View File

@@ -1,6 +1,6 @@
package flash.desktop; package flash.desktop;
@:native("flash.data.SQLCollationType") @:native("flash.desktop.SystemIdleMode")
@:enum extern abstract SystemIdleMode(String) @:enum extern abstract SystemIdleMode(String)
{ {
var KEEP_AWAKE; var KEEP_AWAKE;