File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/main/java/gwt/material/design/incubator/client/daterange Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,17 @@ public class DateRangePicker extends AbstractValueWidget<Date[]> implements HasD
6666 static {
6767 if (AddinsIncubator .isDebug ()) {
6868 MaterialDesignBase .injectDebugJs (MomentClientDebugBundle .INSTANCE .momentDebugJs ());
69+ MaterialDesignBase .injectDebugJs (MomentClientDebugBundle .INSTANCE .momentLocale ());
6970 MaterialDesignBase .injectDebugJs (MomentClientDebugBundle .INSTANCE .momentJDateConverterDebugJs ());
71+ MaterialDesignBase .injectDebugJs (MomentClientDebugBundle .INSTANCE .momentWithTimezone ());
7072 MaterialDesignBase .injectDebugJs (DateRangeClientDebugBundle .INSTANCE .dateRangePickerDebugJs ());
7173 MaterialDesignBase .injectCss (DateRangeClientDebugBundle .INSTANCE .dateRangePickerDebugCss ());
7274 MaterialDesignBase .injectCss (DateRangeClientDebugBundle .INSTANCE .dateRangePickerOverrideDebugCss ());
7375 } else {
7476 MaterialDesignBase .injectJs (MomentClientBundle .INSTANCE .momentJs ());
77+ MaterialDesignBase .injectJs (MomentClientBundle .INSTANCE .momentWithLocale ());
7578 MaterialDesignBase .injectJs (MomentClientBundle .INSTANCE .momentJDateConverterJs ());
79+ MaterialDesignBase .injectJs (MomentClientBundle .INSTANCE .momentWithTimezone ());
7680 MaterialDesignBase .injectJs (DateRangeClientBundle .INSTANCE .dateRangePickerJs ());
7781 MaterialDesignBase .injectCss (DateRangeClientBundle .INSTANCE .dateRangePickerCss ());
7882 MaterialDesignBase .injectCss (DateRangeClientBundle .INSTANCE .dateRangePickerOverrideCss ());
You can’t perform that action at this time.
0 commit comments