aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/libs/third-party
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-03-21 18:28:05 +0100
committerStas Vilchik <vilchiks@gmail.com>2016-03-24 09:16:41 +0100
commitcc9c506efd50786649658baa0d243654c59c512e (patch)
treee36cc405f4e43fbb470312d911ddbf3eb1a85d6c /server/sonar-web/src/main/js/libs/third-party
parent05f9e8ef050e34b9a53678f3cab0a0c4e2caca1e (diff)
downloadsonarqube-cc9c506efd50786649658baa0d243654c59c512e.tar.gz
sonarqube-cc9c506efd50786649658baa0d243654c59c512e.zip
SONAR-7402 improve list and tree views on measures page
Diffstat (limited to 'server/sonar-web/src/main/js/libs/third-party')
-rwxr-xr-xserver/sonar-web/src/main/js/libs/third-party/jquery-ui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/libs/third-party/jquery-ui.js b/server/sonar-web/src/main/js/libs/third-party/jquery-ui.js
index 3062a520301..1645ce863df 100755
--- a/server/sonar-web/src/main/js/libs/third-party/jquery-ui.js
+++ b/server/sonar-web/src/main/js/libs/third-party/jquery-ui.js
@@ -493,7 +493,7 @@ $.widget.bridge = function( name, object ) {
args = slice.call( arguments, 1 ),
returnValue = this;
- // allow multiple hashes to be passed on init
+ // allow multiple hashes to be passed on start
options = !isMethodCall && args.length ?
$.widget.extend.apply( null, [ options ].concat(args) ) :
options;