mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Those are defined in Resource
This commit is contained in:
committed by
Chris Wanstrath
parent
307610d9d5
commit
2ec6b8205b
@@ -6,8 +6,6 @@ module.exports =
|
||||
class Browser extends Resource
|
||||
window.resourceTypes.push this
|
||||
|
||||
url: null
|
||||
|
||||
open: (url) ->
|
||||
return false if not /^https?:/.test url
|
||||
|
||||
|
||||
@@ -15,10 +15,6 @@ class Editor extends Resource
|
||||
|
||||
dirty: false
|
||||
|
||||
url: null
|
||||
|
||||
pane: null
|
||||
|
||||
modeMap:
|
||||
js: 'javascript'
|
||||
c: 'c_cpp'
|
||||
|
||||
Reference in New Issue
Block a user