File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -948,8 +948,8 @@ declare namespace Sys {
948948 // #endregion
949949 }
950950
951- // Interfaces to match constructor of 4.5.2 implementation of Sys.CultureInfo
952- // https://learn.microsoft.com/en-us/aspnet/ajax/cdn/cdnajax452
951+ // Interfaces to match constructor of 4.5.2 implementation of Sys.CultureInfo
952+ // https://learn.microsoft.com/en-us/aspnet/ajax/cdn/cdnajax452
953953 interface DateTimeFormat {
954954 AMDesignator : string ;
955955 Calendar : {
@@ -984,9 +984,9 @@ declare namespace Sys {
984984 NativeCalendarName : string ;
985985 AbbreviatedMonthGenitiveNames : string [ ] ;
986986 MonthGenitiveNames : string [ ] ;
987- }
988-
989- interface NumberFormat {
987+ }
988+
989+ interface NumberFormat {
990990 CurrencyDecimalDigits : number ;
991991 CurrencyDecimalSeparator : string ;
992992 IsReadOnly : boolean ;
@@ -1015,8 +1015,8 @@ declare namespace Sys {
10151015 PerMilleSymbol : string ;
10161016 NativeDigits : string [ ] ;
10171017 DigitSubstitution : number ;
1018- }
1019-
1018+ }
1019+
10201020 /**
10211021 * Represents a culture definition that can be applied to objects that accept a culture-related setting.
10221022 * @see {@link http://msdn.microsoft.com/en-us/library/bb384004(v=vs.100).aspx }
Original file line number Diff line number Diff line change 55 "nonNpm" : true ,
66 "nonNpmDescription" : " microsoft-ajax" ,
77 "projects" : [
8- " https://learn.microsoft.com/en-us/aspnet/ajax/cdn/cdnajax452" ,
8+ " https://learn.microsoft.com/en-us/aspnet/ajax/cdn/cdnajax452" ,
99 " http://msdn.microsoft.com/en-us/library/ee341002(v=vs.100).aspx"
1010 ],
1111 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments