diff options
author | Thomas Lange <code@nerdmind.de> | 2016-05-10 06:30:15 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2016-05-10 06:30:15 +0200 |
commit | f178da5b6310619dc5b36025bc94ec8141c68d6b (patch) | |
tree | 147c7ff6a52056c4cb86c436f6ec076b5fa93f66 /include | |
parent | 73fbb95e7678ac8d757f56179e34e583e16d7ff3 (diff) | |
download | bigpipe-f178da5b6310619dc5b36025bc94ec8141c68d6b.tar.gz bigpipe-f178da5b6310619dc5b36025bc94ec8141c68d6b.tar.xz bigpipe-f178da5b6310619dc5b36025bc94ec8141c68d6b.zip |
Comment update
Diffstat (limited to 'include')
-rwxr-xr-x | include/classes/BigPipe/Pagelet.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/classes/BigPipe/Pagelet.php b/include/classes/BigPipe/Pagelet.php index 4cd2243..36b13ea 100755 --- a/include/classes/BigPipe/Pagelet.php +++ b/include/classes/BigPipe/Pagelet.php @@ -20,7 +20,7 @@ class Pagelet { const PRIORITY_LOWEST = 0; #=============================================================================== - # Callback phase numbers for PhaseDoneJS + # Phase numbers for PhaseDoneJS #=============================================================================== const PHASE_ARRIVE = 0; # After the pagelet reached BigPipe const PHASE_LOADCSS = 1; # After all the CSS resources have been loaded |