Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Fix: ( from http://elegantcode.com/2010/12/21/basic-javascript-part-4-en... )

    function Podcast() {
      if(false === (this instanceof Podcast)) {
        return new Podcast();
      }
      // other code
    }


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: