I forgot a semicolon, that's embarassing
This commit is contained in:
parent
4330a6ba00
commit
91e72b22d2
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
const DEFAULT_SELL_PRICE = 60;
|
const DEFAULT_SELL_PRICE = 60;
|
||||||
const SELL_PRICE_KEY = "__monorail_userscript_sell_price"; // Unlikely to collide with anything, I think
|
const SELL_PRICE_KEY = "__monorail_userscript_sell_price"; // Unlikely to collide with anything, I think
|
||||||
const SELL_COLOUR = "#77FF77"
|
const SELL_COLOUR = "#77FF77";
|
||||||
|
|
||||||
function getPairs(iter) {
|
function getPairs(iter) {
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue