Explorar o código

comments about instanceComputableOptions

Adam Shaw %!s(int64=10) %!d(string=hai) anos
pai
achega
ee42b4f2a3
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/lang.js

+ 3 - 1
src/lang.js

@@ -150,7 +150,9 @@ var momComputableOptions = {
 
 
 // options that should be computed off live calendar options (considers override options)
-var instanceComputableOptions = { // TODO: best place for this? related to lang?
+// TODO: best place for this? related to lang?
+// TODO: flipping text based on isRTL is a bad idea because the CSS `direction` might want to handle it
+var instanceComputableOptions = {
 
 	// Produces format strings for results like "Mo 16"
 	smallDayDateFormat: function(options) {