Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-pipeline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-pipeline
Commits
6d915d18
Commit
6d915d18
authored
Apr 13, 2015
by
Alex
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated docs and authors.
parent
c338bc90
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
AUTHORS
+1
-0
docs/configuration.rst
+3
-1
No files found.
AUTHORS
View file @
6d915d18
...
...
@@ -93,3 +93,4 @@ or just made Pipeline more awesome.
* Wictor Olseryd <wictor@olseryd.se>
* Zachary Kazanski <kazanski.zachary@gmail.com>
* Zenobius Jiricek <zenobius.jiricek@gmail.com>
* Alex Gavrișco <alexandr@gavrisco.com>
docs/configuration.rst
View file @
6d915d18
...
...
@@ -253,7 +253,9 @@ Wrapped javascript output
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment