| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Sugar Library v1.4.1 | 2 * Sugar Library v1.4.1 |
| 3 * | 3 * |
| 4 * Freely distributable and licensed under the MIT-style license. | 4 * Freely distributable and licensed under the MIT-style license. |
| 5 * Copyright (c) 2013 Andrew Plummer | 5 * Copyright (c) 2013 Andrew Plummer |
| 6 * http://sugarjs.com/ | 6 * http://sugarjs.com/ |
| 7 * | 7 * |
| 8 * ---------------------------- */ | 8 * ---------------------------- */ |
| 9 (function(){ | 9 (function(){ |
| 10 'use strict'; | 10 'use strict'; |
| (...skipping 9225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9236 'timeParse': [ | 9236 'timeParse': [ |
| 9237 '{shift}{weekday}', | 9237 '{shift}{weekday}', |
| 9238 '{year}年{month?}月?{date?}{0?}', | 9238 '{year}年{month?}月?{date?}{0?}', |
| 9239 '{month}月{date?}{0?}', | 9239 '{month}月{date?}{0?}', |
| 9240 '{date}[日號]' | 9240 '{date}[日號]' |
| 9241 ] | 9241 ] |
| 9242 }); | 9242 }); |
| 9243 | 9243 |
| 9244 | 9244 |
| 9245 }).call(this); | 9245 }).call(this); |
| OLD | NEW |