Skip to content
Snippets Groups Projects
Commit 65b643a0 authored by Markus Escher's avatar Markus Escher
Browse files

Merge remote-tracking branch 'origin/master'

parents 1bdba6b1 e4e911b9
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