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
22298c56
Commit
22298c56
authored
Oct 13, 2015
by
Marco Sehrer
Browse files
Fix checksum initialization for Wellplates
parent
59020aa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/components/models/Wellplate.js
View file @
22298c56
...
...
@@ -6,6 +6,7 @@ export default class Wellplate extends Element {
constructor
(
args
)
{
super
(
args
)
this
.
wells
=
this
.
initWellsWithPosition
(
this
.
wells
,
96
);
this
.
_checksum
=
this
.
checksum
();
}
static
buildEmpty
()
{
...
...
Write
Preview
Markdown
is supported
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