Just installed on Mac OS X 10.6.8. I can load the website config just fine, but in the settings option, I only see the tabs, but no menu options (Just blank white space). Advanced Settings slider and save button are there, but that’s it on each tab. Where should I start to look to fix?
this.prototype.onRender = function() {
Validation.bind(this);
this.bindToModelValidation = bindToModel.bind(this);
main.js:4853TypeError: ‘undefined’ is not a function (evaluating ‘bindToModel.bind(this)’)
if (this.model) {
this.bindToModelValidation(this.model);
}
Either something we’re doing is unsupported that version of Safari or something is cached incorrectly. Try clearing your browser cache as well as another browser to diagnose further.