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
Eben Blaisdell
blockcode
Commits
d72add18
Commit
d72add18
authored
Feb 10, 2017
by
Eben Blaisdell
Browse files
dzParseFloat fix
parent
fdf54b5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
bcfe.js
View file @
d72add18
...
...
@@ -142,7 +142,7 @@ function get(varName, scope){
}
function
dzParseFloat
(
str
){
var
num
=
dzP
arseFloat
(
str
);
var
num
=
p
arseFloat
(
str
);
if
(
num
==
NaN
){
return
0
;
}
...
...
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