I keep getting strange errors..
These are the main areas it complains about:
if (!Aloha.settings.plugins.colorselector) {
Aloha.settings.plugins.colorselector = {}
}
self.settings = Aloha.settings.plugins.colorselector || {};
I get errors complaining about undefined, I comment that out, I get errors complaining about Aloha.ui.Button.. not sure what to do.
I keep getting strange errors..
These are the main areas it complains about:
if (!Aloha.settings.plugins.colorselector) {
Aloha.settings.plugins.colorselector = {}
}
self.settings = Aloha.settings.plugins.colorselector || {};
I get errors complaining about undefined, I comment that out, I get errors complaining about Aloha.ui.Button.. not sure what to do.