ndunand / moodle-atto_morefontcolors

Modification of the fontcolor plugin allowing the Moodle admin to define colors
https://moodle.org/plugins/atto_morefontcolors
4 stars 15 forks source link

Discrepancy in yui/src/button/js/button.js #4

Closed jinhofer closed 9 years ago

jinhofer commented 9 years ago

The -debug.js file contains (78-90): }, { ATTRS: { /* * The list of available colors * @attribute colors * @type array * @default {} */ colors: { value: {} } } Whereas the src code does NOT contain that bit. Performing a build step (shifter) on the src will cause the plugin to break. Could you make this fix?

ndunand commented 9 years ago

I re-ran the shifter, so this is now fixed.