start = {
index: function () {
View("index", {});
window.backend.Get({
method: "TestMethod",
data: {
event: "PageSkeleton",
data: "0"
}
}, function (t) {
console.log(t);
});
}
};