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
Digitec
digitec-wiki
Wiki
javascript coding standards
javascript coding standards
· Changes
Page history
rcabral deleted page: backspace contact information
authored
Mar 29, 2016
by
Rene Cabral
Hide whitespace changes
Inline
Side-by-side
javascript-coding-standards.markdown
View page @
407bb899
...
...
@@ -92,7 +92,7 @@ There should be no space between the name of a function and the `(` (left parent
return
(
e
*
a
)
+
b
;
}
return
inner
(
0
,
1
);
return
inner
(
0
,
1
);
}
```
...
...