Files
ICEcoder/lib
Matt Pass f541fae982 Get function added for byte saving and clarity
New global function added called 'get'
This is because top.document.getElementById is used so often, we
actually save 2kb by having a function to return the object, plus it's
much more readable to have:
get('serverMessage').style.opacity = '1';
rather than
document.getElementById('#serverMessage').style.opacity = '1';
2013-05-30 18:11:04 +01:00
..
2013-05-06 17:33:21 +01:00
2013-05-21 16:42:16 +01:00
2013-05-21 16:42:16 +01:00
2013-05-29 08:16:33 +01:00
2013-03-02 16:59:09 +00:00
2013-05-16 08:43:37 +01:00
2013-04-30 17:48:54 +01:00
2013-04-20 16:12:32 +01:00
2012-10-09 07:57:28 +01:00
2013-04-20 16:11:20 +01:00
2013-05-29 14:49:47 +01:00