Multi Color Rating Options, and `onInit` Option.
- Added
multiColor
option to the plugin, which accepts either Boolean values or a dictionary specifying the colors to be used - Added
onInit
option to the plugin, which accepts a function as the value. The function will be called when the rating widget is rendered completely. - The function assigned to
onSet
will not be called on initialization instead of whichonInit
will be called.