Deprecation: Use Ember.Helper for later versions of Ember

This commit is contained in:
Robin Ward
2016-05-10 13:45:58 -04:00
parent b3c24e50e3
commit 7c0fb41ec0
41 changed files with 111 additions and 113 deletions

View File

@ -24,7 +24,7 @@ export default Em.Component.extend({
options.forEach((option, i) => {
const percentage = percentages[i];
const style = new Ember.Handlebars.SafeString(`width: ${percentage}%`);
const style = new Handlebars.SafeString(`width: ${percentage}%`);
option.setProperties({
percentage,