Skip to content
Snippets Groups Projects
Commit a69cb176 authored by yakomaxa's avatar yakomaxa
Browse files

remove default paramerter and added whitespace before }

parent 7c82a9fd
Branches
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ export { Script };
interface Script { expression: string, language: Script.Language }
function Script(expression: string = '(sel.atom.all)', language: Script.Language = 'mol-script'): Script {
function Script(expression: string, language: Script.Language): Script {
return { expression, language };
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment