Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ce9b394

Browse files
author
Joakim Recht
committed
don't use reserved keywords as property name
1 parent 230f29d commit ce9b394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service/locale.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function $LocaleProvider(){
5252
SHORTDAY: 'Sun,Mon,Tue,Wed,Thu,Fri,Sat'.split(','),
5353
AMPMS: ['AM','PM'],
5454
medium: 'MMM d, y h:mm:ss a',
55-
short: 'M/d/yy h:mm a',
55+
'short': 'M/d/yy h:mm a',
5656
fullDate: 'EEEE, MMMM d, y',
5757
longDate: 'MMMM d, y',
5858
mediumDate: 'MMM d, y',

0 commit comments

Comments
 (0)