diff options
-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) { |