Add OSX queue

This commit is contained in:
Piotr Sarnacki 2013-02-07 04:23:14 +01:00
parent 0ab1ba262b
commit d25ad55ce6

View File

@ -55,6 +55,7 @@ Storage = Em.Object.extend
{ name: 'common', display: 'Common' }
{ name: 'php', display: 'PHP, Perl and Python' }
{ name: 'linux', display: 'Linux' }
{ name: 'mac_osx', display: 'Queue: Mac and OSX' }
]
INTERVALS: { sponsors: -1, times: -1, updateTimes: 1000 }