mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
keep these on one line? What should the rule be?
This commit is contained in:
parent
d299a64db2
commit
26901718dd
@ -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'
|
||||
|
@ -5,6 +5,7 @@ _ = require 'underscore'
|
||||
module.exports =
|
||||
class Pane
|
||||
position: null
|
||||
|
||||
html: null
|
||||
|
||||
keymap: {}
|
||||
|
Loading…
Reference in New Issue
Block a user