diff options
Diffstat (limited to 'static')
-rwxr-xr-x | static/bigpipe.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/bigpipe.js b/static/bigpipe.js index 4de6200..43189a4 100755 --- a/static/bigpipe.js +++ b/static/bigpipe.js @@ -2,6 +2,7 @@ // BigPipe Module
//==============================================================================
BigPipe = (function() {
+ "use strict";
//==============================================================================
// PhaseDoneJS: Responsible for Pagelet and Resource
|