js/datetime/calendar/calendar.coffee in rsence-pre-2.3.0.18 vs js/datetime/calendar/calendar.coffee in rsence-pre-2.3.0.19
- old
+ new
@@ -97,10 +97,10 @@
## Returns an array of week day names starting with the short name of the word "week".
## The default locale returns: ['Wk','Mon','Tue','Wed','Thu','Fri','Sat','Sun']
## See HLocale for more details
localizedDays: ->
_str = HLocale.dateTime.strings
- _arr = HVM.clone( _str.weekDaysShort )
+ _arr = @cloneObject( _str.weekDaysShort )
_arr.push( _arr.shift() )
_arr.unshift( _str.weekShort )
_arr
_destroyWeekDayElems: ->