We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441c57e commit 7088253Copy full SHA for 7088253
common/content/statusline.js
@@ -45,7 +45,7 @@ const StatusField = Class("StatusField", {
45
*/
46
get position () {
47
if (this.node.hasAttribute("liberatorPosition"))
48
- return parseInt(this.node.getAttribute("libeatorPosition"), 10);
+ return parseInt(this.node.getAttribute("liberatorPosition"), 10);
49
50
this.node.setAttribute("liberatorPosition", -1);
51
return -1;
0 commit comments