Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
gy4443
chemotion_eln_server
Commits
d2783a74
Commit
d2783a74
authored
Aug 17, 2015
by
Marco Sehrer
Browse files
Cleanup
parent
25fdad2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/components/actions/UIActions.js
View file @
d2783a74
...
...
@@ -23,12 +23,10 @@ class UIActions {
}
selectElement
(
element
)
{
console
.
log
(
"
selectElement:
"
+
element
.
id
+
"
type:
"
+
element
.
type
)
this
.
dispatch
(
element
);
}
deselectAllElements
(
type
)
{
console
.
log
(
"
deselectAllElements:
"
+
type
);
this
.
dispatch
(
type
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment