0
0
Fork 0

changed the setting of @@map

This commit is contained in:
Gibheer 2012-11-14 21:38:57 +01:00
parent 673e5c8508
commit 66769af57a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ module Zero
MEDIA_PARAM_SEPERATOR = ';'
MEDIA_QUALITY_REGEX = /q=[01]\./
def self.media_map(map)
def self.map=(map)
@@map = map
end