I have an object:
var mubsisapi = { step1 : function(){alert(\"a\")}, step2 : function(){alert(\"b\")} } $.extend(false, mubsisapi)
You need to return this from the function if you want to chain it.
this