var SingletonFactory = (function () { var products = null; return { fetchData: function (data) { products = data; }, getData: function () {