Commit 9436734c authored by Ujvari Gergely's avatar Ujvari Gergely

Styling comments

parent 277b6d1e
......@@ -48,9 +48,9 @@ class Stream
index = 0
for ann in $scope.annotations
if ann.id is annotation.id
#Remove the original
# Remove the original
$scope.annotations.splice index,1
#Put back the edited
# Put back the edited
$scope.annotations.unshift annotation
break
index +=1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment