HomeViewModel = function (data) { var self = this; self.init = function () { }; self.init(); };