mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Rename season variable to CSON for consistency
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
fs = require 'fs-plus'
|
||||
path = require 'path'
|
||||
Keymap = require 'atom-keymap'
|
||||
season = require 'season'
|
||||
CSON = require 'season'
|
||||
|
||||
Keymap::loadBundledKeymaps = ->
|
||||
@loadKeyBindings(path.join(@resourcePath, 'keymaps'))
|
||||
@emit('bundled-keymaps-loaded')
|
||||
|
||||
Keymap::getUserKeymapPath = ->
|
||||
if userKeymapPath = season.resolve(path.join(@configDirPath, 'keymap'))
|
||||
if userKeymapPath = CSON.resolve(path.join(@configDirPath, 'keymap'))
|
||||
userKeymapPath
|
||||
else
|
||||
path.join(@configDirPath, 'keymap.cson')
|
||||
|
||||
Reference in New Issue
Block a user