diff --git a/String.js b/String.js index 8bda555..a97ab57 100644 --- a/String.js +++ b/String.js @@ -20,9 +20,11 @@ object.Mixin('StringProtoMixin', 'soft', { this : this[0].toUpperCase() + this.slice(1) }, + // Indent a block of text... // // .indent() // .indent() + // -> // indent: function(indent){ indent = typeof(indent) == typeof('str') ?