2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-08 12:06:51 +08:00

ES6ify some of the remaining files

This commit is contained in:
Robin Ward 2015-08-07 15:08:27 -04:00
parent 378087727f
commit b7e6eaa961
96 changed files with 684 additions and 720 deletions

View file

@ -1,6 +1,6 @@
import avatarTemplate from 'discourse/lib/avatar-template';
module('avatarTemplate');
module('lib:avatar-template');
test("avatarTemplate", function(){
var oldCDN = Discourse.CDN;