Skip to content

Instantly share code, notes, and snippets.

@basz
Created April 29, 2016 09:23
Show Gist options
  • Select an option

  • Save basz/5769d37573483bedf052041e95169df9 to your computer and use it in GitHub Desktop.

Select an option

Save basz/5769d37573483bedf052041e95169df9 to your computer and use it in GitHub Desktop.
_getFormatter: (format) => {
let formatter = this.getWithDefault(`converters.${format}`, false);
if (false === formatter) {
throw `unknown formatter`;
}
return formatter;
},
_getFormatter: function _getFormatter(format) {
var formatter = _this.getWithDefault('converters.' + format, false);
if (false === formatter) {
throw 'unknown formatter';
}
return formatter;
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment