Skip to content

Commit

Permalink
refs #13101. dojox/date API fix.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.dojotoolkit.org/src/dojox/trunk@28956 560b804f-0ae3-0310-86f3-f6aa0a117693
  • Loading branch information
cjolif committed Jun 21, 2012
1 parent a863be6 commit 4585fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion date/buddhist.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dbuddhist.isLeapYear = function(/*dojox/date/buddhist/Date*/dateObject){
};

//FIXME: reduce compare, add, diff also
dbuddhist.compare = function(/*dojox/date/buddhist/Date*/date1, /*dojox/buddhist/date/Date*/date2, /*String?*/portion){
dbuddhist.compare = function(/*dojox/date/buddhist/Date*/date1, /*dojox/date/buddhist/Date*/date2, /*String?*/portion){
// summary:
// Compare two buddhist date objects by date, time, or both.
return dd.compare(date1,date2, portion); // int
Expand Down

0 comments on commit 4585fe9

Please sign in to comment.