ko.exportSymbol('unwrap',ko.utils.unwrapObservable);// Convenient shorthand, because this is used so commonly
if(!Function.prototype['bind']){
// Function.prototype.bind is a standard part of ECMAScript 5th Edition (December 2009, http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf)
// In case the browser doesn't implement it natively, provide a JavaScript implementation. This implementation is based on the one in prototype.js