Skip to content

Instantly share code, notes, and snippets.

/* in MyListItemView.js */
MyListItemView = SC.ListItemView.design({
});
/* */
kasesView: SC.ScrollView.design({
hasHorizontalScroller: NO,
classNames: "kasesView",
layout: { top: 60, bottom: 0, left: 0, right: 0 },