]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5967 Fix after 'Remove the limitation of 3000 lines'
authorStas Vilchik <vilchiks@gmail.com>
Tue, 23 Dec 2014 14:06:04 +0000 (15:06 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Tue, 23 Dec 2014 14:06:04 +0000 (15:06 +0100)
server/sonar-web/src/main/coffee/component-viewer/source.coffee

index 0c43c076d2fa8b33193a7d45ff422155cb890385..e9cc0abf173c37656e3e340eb67371b498cd5767 100644 (file)
@@ -313,4 +313,3 @@ define [
       showZeroLine: @showZeroLine()
       issuesLimit: ISSUES_LIMIT
       issuesLimitReached: @model.get('activeIssues')?.length > ISSUES_LIMIT
-      baseDuplications: @getBaseDuplications()