- Added Array:pick and moved compatibility for $pick to Array.js
commit7814e3f954ceb6dd1910d83880413c094be6c407
authorValerio Proietti <kamicane@gmail.com>
Mon, 21 Dec 2009 18:33:18 +0000 (21 19:33 +0100)
committerValerio Proietti <kamicane@gmail.com>
Mon, 21 Dec 2009 18:33:18 +0000 (21 19:33 +0100)
tree846a943bddd449d02c30baa2e3f094efa6e5f7dc
parent0af4222b4f66f0e18c83d2c44641f736a4b26e24
 - Added Array:pick and moved compatibility for $pick to Array.js
 - Added Number.random and moved compatibility for $random to Number.js
 - Moved compatibility for $try to Function.js
 - replaced $functions with the new calls in these files.
Source/Core/Core.js
Source/Types/Array.js
Source/Types/Function.js
Source/Types/Number.js