Skip to content
Snippets Groups Projects
Commit e4e911b9 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

private functions hinweis in how to write JDito code

parent a3df8943
No related branches found
No related tags found
No related merge requests found
......@@ -137,12 +137,14 @@ SqlCondition.prototype.and = function(cond){<5>
=== private functions ===
Private functions would be possible but make everything much more complicate.
So just start your functions / methods name with a _ if you need private methods.
--> do not use functions which start with a _ outside of the class!
----
== JS-Doc ==
<1> JS-Doc comment: http://usejsdoc.org/
<2> use the correct form for optional/required parameters: http://usejsdoc.org/tags-param.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment