mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-03 14:13:39 -05:00
Remove unused scope binding.
This commit is contained in:
parent
15de552c2c
commit
7855afa0cd
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ define [
|
||||||
onStartNew: "&"
|
onStartNew: "&"
|
||||||
onSubmit: "&"
|
onSubmit: "&"
|
||||||
onCancel: "&"
|
onCancel: "&"
|
||||||
layoutToLeft: "="
|
|
||||||
link: (scope, element, attrs) ->
|
link: (scope, element, attrs) ->
|
||||||
scope.state =
|
scope.state =
|
||||||
isAdding: false
|
isAdding: false
|
||||||
|
|
Loading…
Reference in a new issue