Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
957fe32f
Commit
957fe32f
authored
Oct 09, 2015
by
HERBERT Ryan
Browse files
missing 'this' identifier for function call
parent
6708ec22
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/builder.js
View file @
957fe32f
...
...
@@ -546,7 +546,7 @@ Builder.prototype = {
keys
+=
1
;
var
checkbox
=
setupInput
(
"
checkbox_system_
"
+
key
,
""
,
"
checkbox
"
,
""
);
var
checkbox
=
this
.
setupInput
(
"
checkbox_system_
"
+
key
,
""
,
"
checkbox
"
,
""
);
checkbox
.
className
=
"
hiddenCheckBox
"
checkbox
.
appendChild
(
document
.
createTextNode
(
key
))
if
(
this
.
m
.
system_selected
.
indexOf
(
key
)
!=
-
1
)
...
...
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