Skip to content

Commit 6d915d1

Browse files
committed
Updated docs and authors.
1 parent c338bc9 commit 6d915d1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,4 @@ or just made Pipeline more awesome.
9393
* Wictor Olseryd <[email protected]>
9494
* Zachary Kazanski <[email protected]>
9595
* Zenobius Jiricek <[email protected]>
96+
* Alex Gavrișco <[email protected]>

docs/configuration.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,9 @@ Wrapped javascript output
253253

254254
All javascript output is wrapped in an anonymous function : ::
255255

256-
(function(){ ... })();
256+
(function(){
257+
//JS output...
258+
})();
257259

258260
This safety wrapper, make it difficult to pollute the global namespace by accident and improve performance.
259261

0 commit comments

Comments
 (0)