I'm sure this is very basic but it's difficult to google or search for because I'm searching for ":". Can anyone explain or point me to a reference for the ":" operator used in Javascript? For example, here it is used in a sample from the mootools framework. Thanks!
Code:
Number.extend({ toInt: function(){ return parseInt(this); }, toFloat: function(){ return