1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-20 21:59:42 +02:00

latest embed assets

This commit is contained in:
Harvey Kandola 2016-11-30 18:10:54 -08:00
parent 87d1334280
commit ed7f451bc9
2 changed files with 598 additions and 598 deletions

View file

@ -194,7 +194,7 @@ export default Ember.Service.extend({
dataType: 'text' dataType: 'text'
}).then((response) => { }).then((response) => {
return response; return response;
}).catch((error) => { }).catch(() => {
return ""; return "";
}); });
}, },

File diff suppressed because one or more lines are too long