Skip to content

Commit

Permalink
corrected some bugs RTM
Browse files Browse the repository at this point in the history
  • Loading branch information
frankabbruzzese committed Jun 20, 2016
1 parent bab90b4 commit 081ed71
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bootstrap.html5.fallback.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
days: [days.wide.sun, days.wide.mon, days.wide.tue, days.wide.wed, days.wide.thu, days.wide.fri, days.wide.sat, days.wide.sun],
daysShort: [days.abbreviated.sun, days.abbreviated.mon, days.abbreviated.tue, days.abbreviated.wed, days.abbreviated.thu, days.abbreviated.fri, days.abbreviated.sat, days.abbreviated.sun],
daysMin: [days.narrow.sun, days.narrow.mon, days.narrow.tue, days.narrow.wed, days.narrow.thu, days.narrow.fri, days.narrow.sat, days.narrow.sun],
months: [months.wide["1"], months.wide["2"], months.wide["3"], months.wide["4"], months.wide["5"], months.wide["5"], months.wide["6"], months.wide["7"], months.wide["8"], months.wide["9"], months.wide["10"], months.wide["11"], months.wide["12"]],
months: [months.wide["1"], months.wide["2"], months.wide["3"], months.wide["4"], months.wide["5"], months.wide["6"], months.wide["7"], months.wide["8"], months.wide["9"], months.wide["10"], months.wide["11"], months.wide["12"]],
monthsShort: [months.abbreviated["1"], months.abbreviated["2"], months.abbreviated["3"], months.abbreviated["4"], months.abbreviated["5"], months.abbreviated["6"], months.abbreviated["7"], months.abbreviated["8"], months.abbreviated["9"], months.abbreviated["10"], months.abbreviated["11"], months.abbreviated["12"]],
meridiem: [dayPeriods.am, dayPeriods.pm],//gregorian calendar
weekStart: dayDict[supp.weekData.firstDay[country]], //supp weekData.json
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.html5.fallback.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-html5-fallback",
"version": "1.0.0-rc3",
"version": "1.0.0",
"homepage": "https://github.com/MvcControlsToolkit/bootstrap-html5-fallback",
"description": "bootstrap widgets based html5 inputs fallback",
"main": [
Expand All @@ -21,7 +21,7 @@
"polyfill"
],
"dependencies": {
"mvcct-enhancer": ">=1.0.0-rc3",
"mvcct-enhancer": ">=1.0.0",
"bootstrap-colorpicker": ">=2.3.3",
"smalot-bootstrap-datetimepicker": ">=2.3.10",
"seiyria-bootstrap-slider": ">=7.0.3"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-html5-fallback",
"version": "1.0.0-rc3c",
"version": "1.0.0",
"description": "bootstrap widgets based html5 inputs fallback",
"main": "bootstrap.html5.fallback.js",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"bootstrap.html5.fallback.d.ts"
],
"dependencies": {
"mvcct-enhancer": ">=1.0.0-rc3",
"mvcct-enhancer": ">=1.0.0",
"bootstrap-colorpicker": ">=2.3.3",
"bootstrap-datetime-picker": ">=2.3.10",
"bootstrap-slider": ">=7.0.2"
Expand Down

0 comments on commit 081ed71

Please sign in to comment.