Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Side by Side Diff: polymer_0.4.0/bower_components/sugar/release/sugar-full.development.js

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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);
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698