This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
monster-ui-voip
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
UI-3262: Use correct lower casing lodash method on formatting (
#104
)
4.3
Joris Tirado
7 years ago
parent
0f41fb3eba
commit
b2d631b499
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
submodules/strategy/strategy.js
+ 1
- 1
submodules/strategy/strategy.js
View File
@ -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
(
)
;
}
)
,
Write
Preview
Loading…
Cancel
Save