Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/common/doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ YSLOW.doc.rulesettings_desc = 'Choose which ruleset (YSlow V2, Classic V1, or Sm
//
// Components table legend
//
YSLOW.doc.components_legend.beacon = 'type column indicates the component is loaded after window onload event';
YSLOW.doc.components_legend.after_onload = 'denotes 1x1 pixels image that may be image beacon';
YSLOW.doc.components_legend.beacon = 'denotes 1x1 pixels image that may be image beacon';
YSLOW.doc.components_legend.after_onload = 'type column indicates the component is loaded after window onload event';

//
// View names
Expand Down