Skip to content

Commit ab978e6

Browse files
geof90rozele
authored andcommitted
Fixes regression caused by 0f70801 (microsoft#418)
1 parent 4e520b0 commit ab978e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactWindows/ReactNative/DevSupport/DevInternalSettings.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public bool IsJavaScriptDevModeEnabled
3636
#if DEBUG
3737
return GetSetting(JsDevModeDebugKey, true);
3838
#else
39-
return GetSetting(JSDevModeDebugKey, false);
39+
return GetSetting(JsDevModeDebugKey, false);
4040
#endif
4141
}
4242
set

0 commit comments

Comments
 (0)