Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/mixins/commands_mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,8 @@ export const commands_mixin = {
image_type: this.camera_image_type,
}
let opt_params = {
#object: this.object_name,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just an fyi, javascript comments are denoted by double backslashes for single lines or enclosed by backslash and star for longer ones. :)

// here is a single line comment

/* 
here is a 
multiline comment
*/
'''

object: 'test object',
count: this.camera_count.toString(),
bin: JSON.stringify(this.camera_bin),
filter: this.filter_wheel_options_selection,
Expand Down