ekzo icon indicating copy to clipboard operation
ekzo copied to clipboard

Wrong default value position in docs

Open ArmorDarks opened this issue 11 years ago • 0 comments

// @param {string=$font} $file-name        - should be specified in case of different
//                                           font file name from font name

should be

// @param {string} $file-name=$font        - should be specified in case of different
//                                           font file name from font name

ArmorDarks avatar Oct 08 '14 16:10 ArmorDarks