Skip to content

Commit cb2ec06

Browse files
author
RockQ
committed
Remove unnecessary rtl variable declaration in spinner.js _create function
Signed-off-by: RockQ <rqruanqi@cn.ibm.com>
1 parent 56b0104 commit cb2ec06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/spinner.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ return $.widget( "ui.spinner", {
6565
},
6666

6767
_create: function() {
68-
var rtl = this.element.attr( "dir" ) === "rtl";
6968
// handle string values that need to be parsed
7069
this._setOption( "max", this.options.max );
7170
this._setOption( "min", this.options.min );

0 commit comments

Comments
 (0)