diff --git a/common/script/index.coffee b/common/script/index.coffee index 03684dbb46..4f90b9692b 100644 --- a/common/script/index.coffee +++ b/common/script/index.coffee @@ -6,7 +6,7 @@ api = module.exports = {} api.i18n = i18n -# little helper for large arrays of strings. %w"this that another" equivalent from Rails, I really miss that function +# little helper for large arrays of strings. %w"this that another" equivalent from Ruby, I really miss that function $w = api.$w = (s)->s.split(' ') api.dotSet = (obj,path,val)->