mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 16:52:33 +00:00
Remove commented-out code.
This commit is contained in:
parent
66d7bdb26b
commit
7cb4280a4d
1 changed files with 1 additions and 40 deletions
|
@ -73,43 +73,4 @@ define [
|
|||
|
||||
$scope.$watch "history.updates.length", () ->
|
||||
$scope.recalculateSelectedUpdates()
|
||||
]
|
||||
|
||||
# App.controller "HistoryListItemController", ["$scope", "event_tracking", ($scope, event_tracking) ->
|
||||
# $scope.$watch "update.selectedFrom", (selectedFrom, oldSelectedFrom) ->
|
||||
# if selectedFrom
|
||||
# for update in $scope.history.updates
|
||||
# update.selectedFrom = false unless update == $scope.update
|
||||
# $scope.recalculateSelectedUpdates()
|
||||
|
||||
# $scope.$watch "update.selectedTo", (selectedTo, oldSelectedTo) ->
|
||||
# if selectedTo
|
||||
# for update in $scope.history.updates
|
||||
# update.selectedTo = false unless update == $scope.update
|
||||
# $scope.recalculateSelectedUpdates()
|
||||
|
||||
# $scope.select = () ->
|
||||
# event_tracking.sendMB "history-view-change"
|
||||
# $scope.update.selectedTo = true
|
||||
# $scope.update.selectedFrom = true
|
||||
|
||||
# $scope.mouseOverSelectedFrom = () ->
|
||||
# $scope.history.hoveringOverListSelectors = true
|
||||
# $scope.update.hoverSelectedFrom = true
|
||||
# $scope.recalculateHoveredUpdates()
|
||||
|
||||
# $scope.mouseOutSelectedFrom = () ->
|
||||
# $scope.history.hoveringOverListSelectors = false
|
||||
# $scope.resetHoverState()
|
||||
|
||||
# $scope.mouseOverSelectedTo = () ->
|
||||
# $scope.history.hoveringOverListSelectors = true
|
||||
# $scope.update.hoverSelectedTo = true
|
||||
# $scope.recalculateHoveredUpdates()
|
||||
|
||||
# $scope.mouseOutSelectedTo = () ->
|
||||
# $scope.history.hoveringOverListSelectors = false
|
||||
# $scope.resetHoverState()
|
||||
|
||||
# $scope.displayName = displayNameForUser
|
||||
# ]
|
||||
]
|
Loading…
Add table
Reference in a new issue