Easiest way is to declare a simple object literal:
var myInstance = { method1: function () { // ... }, method2: function () { // ... } };