What is the use of prototype in the following example..
FlyingFlowers.Calendar.prototype = {
init: function( selector, context ) {
// Make sure that a selection was provided
selector = selector || document;
..........
},
};