Skip to content

Instantly share code, notes, and snippets.

@MSch
Created March 12, 2011 14:03
Show Gist options
  • Save MSch/867253 to your computer and use it in GitHub Desktop.
Save MSch/867253 to your computer and use it in GitHub Desktop.
contentView: SC.TemplateView.design({
layerId: 'my-root-id',
templateName: 'main_page',
mouseDown: function(evt) {
console.log('bug?');
evt.preventDefault();
evt.stopPropagation();
evt.stop();
return NO;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment