Skip to content

Instantly share code, notes, and snippets.

View marcusleemitchell's full-sized avatar
:octocat:
Cuttin' and Shippin'

Marcus Mitchell marcusleemitchell

:octocat:
Cuttin' and Shippin'
View GitHub Profile
SC.LabelView.extend({
layout: { left:0, top:15, height:20, width:73 },
content: content,
isEditable: YES,
content: content,
valueBinding: SC.binding('.operator', content),
textAlign: SC.ALIGN_RIGHT
})