Consider the following code, using ECMAScript5\'s Object.defineProperty feature:
Object.defineProperty
var sayHi = function(){ alert(\'hi\'); }; var defineProperty =
I'm using Browserify with the package pluralize from npm which uses Object.defineProperty and I dropped this in.
https://github.com/inexorabletash/polyfill/blob/master/es5.js