summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2021-09-02 21:45:42 -0400
committerLinus Groh <mail@linusgroh.de>2021-09-04 13:51:40 +0100
commit90971673c7b5b8cd57d66e92bc7047a1da60abe1 (patch)
tree573d0681f0274596bdf31cc027ddb52a18c28ca2 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parenta77f323dfb00212e0c705209efa0155320b0256a (diff)
downloadserenity-90971673c7b5b8cd57d66e92bc7047a1da60abe1.zip
LibJS: Implement Intl.Locale.prototype.minimize
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h')
-rw-r--r--Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
index fe3a28a4b4..f0604cf635 100644
--- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
+++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
@@ -289,6 +289,7 @@ namespace JS {
P(millisecond) \
P(milliseconds) \
P(min) \
+ P(minimize) \
P(minute) \
P(minutes) \
P(month) \