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
7e2c5932
Commit
7e2c5932
authored
Feb 13, 2017
by
Armand Bour
Committed by
Mathieu Giraud
Mar 01, 2017
Browse files
Fix syntax error in clone.js
parent
4e105571
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/clone.js
View file @
7e2c5932
...
@@ -1101,7 +1101,7 @@ Clone.prototype = {
...
@@ -1101,7 +1101,7 @@ Clone.prototype = {
isQuantifiable
:
function
()
{
isQuantifiable
:
function
()
{
return
this
.
quantifiable
;
return
this
.
quantifiable
;
}
}
,
isFocus
:
function
()
{
isFocus
:
function
()
{
return
this
.
index
==
this
.
m
.
focus
return
this
.
index
==
this
.
m
.
focus
...
...
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