Skip to content

Commit

Permalink
BaseKeyboardSupport.js (SVACE): move selectorsString before its usage
Browse files Browse the repository at this point in the history
[Issue] SVACE 609483
[Problem] Watning Message:
	Move the declaration of "selectorsString"
	before this usage
[Solution] move selectorsString before its usage

Signed-off-by: Grzegorz Czajkowski <g.czajkowski@samsung.com>
  • Loading branch information
grzegorz-czajkowski authored and HunseopJeong committed Apr 21, 2020
1 parent 290a671 commit 09b91d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/core/widget/BaseKeyboardSupport.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
prototype = {
_supportKeyboard: false
},
selectorsString = "",
BaseKeyboardSupport = function () {
var self = this,
options = self.options || {};
Expand Down Expand Up @@ -119,7 +120,6 @@
count: 1
}
],
selectorsString = "",
/**
* @property {Array} Array containing number of registrations of each selector
* @member ns.widget.tv.BaseKeyboardSupport
Expand Down

0 comments on commit 09b91d9

Please sign in to comment.