Last active
August 29, 2015 14:10
-
-
Save wstucco/32f7099a5a3d738a348b to your computer and use it in GitHub Desktop.
OpenFin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"env": "2.0.7.0", | |
"startup_app": { | |
"name": "Hello Open Fin", | |
"url": "http:/localhost:5000/index.html", | |
--> "uuid": "OpenFinHelloWorld", | |
. | |
. | |
. | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
is_openfin = -> | |
fin?.desktop?.Window?.getCurrent()?.app_uuid? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment