Make eslint happy.

This commit is contained in:
Guo Xiang Tan
2017-08-21 21:56:22 +09:00
parent c8eba5d20c
commit 93fe76fc02
4 changed files with 5 additions and 5 deletions

View File

@ -90,7 +90,7 @@ QUnit.test("i18n", assert => {
QUnit.test("url", assert => {
var t, testClass;
testClass = Em.Object.extend({
userUrl: url('username', "/u/%@")
});