Commit 6d915d18 by Alex

Updated docs and authors.

parent c338bc90
...@@ -93,3 +93,4 @@ or just made Pipeline more awesome. ...@@ -93,3 +93,4 @@ or just made Pipeline more awesome.
* Wictor Olseryd <wictor@olseryd.se> * Wictor Olseryd <wictor@olseryd.se>
* Zachary Kazanski <kazanski.zachary@gmail.com> * Zachary Kazanski <kazanski.zachary@gmail.com>
* Zenobius Jiricek <zenobius.jiricek@gmail.com> * Zenobius Jiricek <zenobius.jiricek@gmail.com>
* Alex Gavrișco <alexandr@gavrisco.com>
...@@ -253,7 +253,9 @@ Wrapped javascript output ...@@ -253,7 +253,9 @@ Wrapped javascript output
All javascript output is wrapped in an anonymous function : :: All javascript output is wrapped in an anonymous function : ::
(function(){ ... })(); (function(){
//JS output...
})();
This safety wrapper, make it difficult to pollute the global namespace by accident and improve performance. This safety wrapper, make it difficult to pollute the global namespace by accident and improve performance.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment