Commit 2082b11a authored by 神楽坂玲奈's avatar 神楽坂玲奈

test

parent 4c0ab4ab
......@@ -30,5 +30,5 @@ $(document).ready ->
# alert data
#test
$('body').css 'margin', '1px'
$('body').css 'margin', 0
$('body').css 'margin', '5px'
#$('body').css 'margin', 0
......@@ -31,8 +31,7 @@
}
return _results;
});
$('body').css('margin', '1px');
return $('body').css('margin', 0);
return $('body').css('margin', '5px');
});
}).call(this);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment