mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
Add source for #time implementation in comment
This commit is contained in:
parent
5863c887b8
commit
e65c6502c0
Notes:
Gabriel Wicke
2012-02-27 16:40:01 +00:00
|
@ -90,6 +90,8 @@ ParserFunctions.prototype['pf_#tag'] = function ( target, argList, argDict ) {
|
|||
};
|
||||
|
||||
// A first approximation, anyway..
|
||||
// Based on http://jacwright.com/projects/javascript/date_format/ for now, MIT
|
||||
// licensed.
|
||||
ParserFunctions.prototype['pf_#time'] = function ( target, argList, argDict ) {
|
||||
//return [{type: 'TEXT', value: 'January 22, 2012'}];
|
||||
var res,
|
||||
|
|
Loading…
Reference in a new issue