Move image-view to a package

This removes the ugliness of having project.coffee require
image-edit-session at the end since the image-edit-session can
now register itself in an @activate callback and as a deferred
deserializer in the package.cson file.
This commit is contained in:
Kevin Sawicki
2013-06-07 10:15:32 -07:00
parent 3029137cb8
commit fca1c13d03
8 changed files with 24 additions and 28 deletions

View File

@@ -36,10 +36,3 @@
'.editor !important, .editor.mini !important':
'escape': 'editor:consolidate-selections'
'.image-view':
'meta-+': 'image-view:zoom-in'
'meta-=': 'image-view:zoom-in'
'meta--': 'image-view:zoom-out'
'meta-_': 'image-view:zoom-out'
'meta-0': 'image-view:reset-zoom'