We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e520b0 commit ab978e6Copy full SHA for ab978e6
ReactWindows/ReactNative/DevSupport/DevInternalSettings.cs
@@ -36,7 +36,7 @@ public bool IsJavaScriptDevModeEnabled
36
#if DEBUG
37
return GetSetting(JsDevModeDebugKey, true);
38
#else
39
- return GetSetting(JSDevModeDebugKey, false);
+ return GetSetting(JsDevModeDebugKey, false);
40
#endif
41
}
42
set
0 commit comments