diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-01-06 17:10:57 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-01-06 17:10:57 +0100 |
commit | 0ee46b37498ef58ebd1069eafe930ebac06be8a5 (patch) | |
tree | 7710975262d46e4fc733b8983413cd3e249211be /server/sonar-web/src/main/js/libs | |
parent | 69301bd966d7f6836158ff8cc56dee119dd7f63f (diff) | |
download | sonarqube-0ee46b37498ef58ebd1069eafe930ebac06be8a5.tar.gz sonarqube-0ee46b37498ef58ebd1069eafe930ebac06be8a5.zip |
deprecate some code
Diffstat (limited to 'server/sonar-web/src/main/js/libs')
-rw-r--r-- | server/sonar-web/src/main/js/libs/sortable.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/libs/sortable.js b/server/sonar-web/src/main/js/libs/sortable.js index 06e887de141..134254ac5dd 100644 --- a/server/sonar-web/src/main/js/libs/sortable.js +++ b/server/sonar-web/src/main/js/libs/sortable.js @@ -17,6 +17,13 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + +/* + * DEPRECATED + * + * Found only single usage on the Components page. + */ + (function($) { function stripe(rows) { |