minor doc update...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2014-06-14 04:15:19 +04:00
parent 3c29e95798
commit 4a25077aa4

View File

@ -1268,6 +1268,12 @@ var DataPrototype = {
// NOTE: the images used with a given string mode are the same as // NOTE: the images used with a given string mode are the same as
// the returned via .getImage(mode, ribbon) // the returned via .getImage(mode, ribbon)
// //
// v
// oooooo|a|ooooooo
// ooooooo|A|ooooooooooooo -> aAa
// ooo|a|ooooo
//
//
// The resulting data will contain a single ribbon, each image in // The resulting data will contain a single ribbon, each image in
// which represents a ribbon in the source data. // which represents a ribbon in the source data.
// This view allows convenient sorting of ribbons as images. // This view allows convenient sorting of ribbons as images.