diff options
Diffstat (limited to 'server')
-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) { |