diff --git a/submodules/strategy/strategy.js b/submodules/strategy/strategy.js index 418bbb8..d28f944 100644 --- a/submodules/strategy/strategy.js +++ b/submodules/strategy/strategy.js @@ -1645,7 +1645,7 @@ define(function(require) { // make sure the lunch rule is only valid on days the business is open return _ .chain(item) - .lowerCase() + .toLower() .replace(/^main/, '') .value(); }),