We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c2954 commit 09fd733Copy full SHA for 09fd733
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/lib/ko/bind/datepicker.test.js
@@ -1,5 +1,5 @@
1
/**
2
- * Copyright © 2016 Magento. All rights reserved.
+ * Copyright © 2017 Magento. All rights reserved.
3
* See COPYING.txt for license details.
4
*/
5
@@ -23,9 +23,9 @@ define([
23
24
config = {
25
options: {
26
- 'dateFormat': 'M/d/yy',
27
- 'storeLocale': 'en_US',
28
- 'timeFormat': 'h:mm: a'
+ dateFormat: 'M/d/yy',
+ storeLocale: 'en_US',
+ timeFormat: 'h:mm: a'
29
},
30
storage: observable
31
};
0 commit comments