keep these on one line? What should the rule be?

This commit is contained in:
Corey Johnson 2011-09-14 13:14:57 -07:00
parent d299a64db2
commit 26901718dd
2 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,7 @@ class Project extends Pane
position: 'left'
html:
$ require "project/project.html"
html: $ require "project/project.html"
keymap:
'Command-Ctrl-N': 'toggle'

View File

@ -5,6 +5,7 @@ _ = require 'underscore'
module.exports =
class Pane
position: null
html: null
keymap: {}