mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Keep updating Internal hiding
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
Task = require 'task'
|
||||
_ = require 'underscore'
|
||||
|
||||
# Internal:
|
||||
module.exports =
|
||||
class RepositoryStatusTask extends Task
|
||||
|
||||
constructor: (@repo) ->
|
||||
super('repository-status-handler')
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
_ = require 'underscore'
|
||||
|
||||
# Internal: The object in charge of managing redo and undo operations.
|
||||
module.exports =
|
||||
|
||||
# Internal: The object in charge of managing redo and undo operations.
|
||||
class UndoManager
|
||||
undoHistory: null
|
||||
redoHistory: null
|
||||
@@ -80,4 +80,4 @@ class UndoManager
|
||||
batch.newSelectionRanges
|
||||
catch e
|
||||
@clear()
|
||||
throw e
|
||||
throw e
|
||||
@@ -9,6 +9,7 @@ require 'space-pen-extensions'
|
||||
|
||||
deserializers = {}
|
||||
deferredDeserializers = {}
|
||||
|
||||
###
|
||||
# Internal #
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user