Skip to content

Commit

Permalink
revert accidental copy
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll committed Sep 13, 2024
1 parent 4db142d commit 968412b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion localtypings/pxtarget.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ declare namespace pxt {
songEditor?: boolean; // enable the song asset type and field editor
multiplayer?: boolean; // enable multiplayer features
shareToKiosk?: boolean; // enable sharing to a kiosk
blocklySoundVolume?: number; // A number between 0 and 1 that sets the volume for blockly sounds (e.g. connect, disconnect, click)
timeMachine?: boolean;
timeMachineQueryParams?: string[]; // An array of query params to pass to timemachine iframe embed
timeMachineDiffInterval?: number; // An interval in milliseconds at which to take diffs to store in project history. Defaults to 5 minutes
Expand Down

0 comments on commit 968412b

Please sign in to comment.