Skip to content

Commit 17c7029

Browse files
suppress warning for unused deprecated var
1 parent e449ee2 commit 17c7029

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

svySecurity/svySecurity.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ var SESSION_PING_INTERVAL = 60000;
6262
* @private
6363
* @type {Number}
6464
* @deprecated Uses more accurate client manager plugin instead
65+
* @SuppressWarnings (unused)
6566
* @properties={typeid:35,uuid:"263D0C4F-2EA9-4A85-9AB0-E757D276FF04",variableType:8}
6667
*/
6768
var SESSION_TIMEOUT = 60 * 1000;

0 commit comments

Comments
 (0)