minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-12-19 06:00:14 +03:00
parent 3c74080224
commit cdc8076385

View File

@ -110,7 +110,7 @@ function(options){
return this('---', options) } return this('---', options) }
// NOTE: this is the same as make('...'[, options]) // NOTE: this is the same as make('...'[, options])
Items.Sepinner = Items.Spinner =
function(options){ function(options){
return this('...', options) } return this('...', options) }