I have a class function...
function Project() { Project.super.call(this); return Object.create(this); }
I am wondering how the .super.cal