This website works better with JavaScript
Home
Explore
Help
Sign In
blitz
/
monkey2
mirror of
https://github.com/blitz-research/monkey2.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
filepathfield only on desktop targets now
Mark Sibly
8 years ago
parent
333893c85b
commit
1352078925
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
modules/mojox/filepathfield.monkey2
+ 1
- 1
modules/mojox/filepathfield.monkey2
View File
@@ -1,5 +1,5 @@
-#if __TARGET__
<>"emscripten"
+#if __
DESKTOP_
TARGET__
Namespace mojox