class ModernWarfare2 < Challenge

  GAME_MODES = ['Capture the Flag', 'Demolition', 'Domination', 'Headquarters', 'Sabotage', 'Search and Destroy']
...

Ruby List of randomized items fr...

by teddyzetterlund, August 06, 2010 12:38, 1 refactoring

I've removed the code that ...

44bf7541ad28af4ae7932914c048c69c Talk
$.fn.hijackChangeItemPlacement = function() {
    var confirm_box = $('<div class="inline notice message" style="display: none;"></div>');
    var loading = $('<p>Väntar på svar…</p>');
...

JavaScript jQuery: Simple AJAX and a f...

by teddyzetterlund, March 24, 2010 17:33, No refactoring, tagged with jquery animation dom

So this is just something I...

44bf7541ad28af4ae7932914c048c69c Talk