Skip to content

Commit

Permalink
added version to dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelduran committed Oct 9, 2013
1 parent 275a390 commit cc31eb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,7 @@ YSLOW.util = {
controller = yslow.controller,
rules = yslow.doc.rules,
dict = {
v: 'version',
w: 'size',
o: 'overall score',
u: 'url',
Expand Down Expand Up @@ -1236,6 +1237,7 @@ YSLOW.util = {
mem = {},

dict = {
v: 'version',
w: 'size',
o: 'overall score',
u: 'url',
Expand Down

0 comments on commit cc31eb2

Please sign in to comment.