diff options
author | Thomas Lange <code@nerdmind.de> | 2015-04-15 22:05:17 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2015-04-15 22:05:17 +0200 |
commit | 6abf184af5be6b8932373fc5f92afe46e0a0a2c9 (patch) | |
tree | 9ed21619159f32e8db744380f1a862b6ce0cc2a9 /static | |
parent | 5296311dabe554a804f339ee7dbf000efe838922 (diff) | |
download | bigpipe-6abf184af5be6b8932373fc5f92afe46e0a0a2c9.tar.gz bigpipe-6abf184af5be6b8932373fc5f92afe46e0a0a2c9.tar.xz bigpipe-6abf184af5be6b8932373fc5f92afe46e0a0a2c9.zip |
Some changes
Diffstat (limited to 'static')
-rwxr-xr-x | static/bigpipe.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/bigpipe.js b/static/bigpipe.js index fcd35e9..d3289b6 100755 --- a/static/bigpipe.js +++ b/static/bigpipe.js @@ -253,7 +253,7 @@ var BigPipe = (function() { }; //=================================================================================================== - // REVEALING MODULE PATTERN: Öffentliche API + // Public-Access //=================================================================================================== return { onPageletArrive: function(data) { |