FIX: Jshint in computed.js - not in qunit?
This commit is contained in:
parent
6ca5df0a09
commit
6122d31711
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ Discourse.computed = {
|
||||||
return format.fmt.apply(format, args.map(function (a) {
|
return format.fmt.apply(format, args.map(function (a) {
|
||||||
return context.get(a);
|
return context.get(a);
|
||||||
}));
|
}));
|
||||||
})
|
});
|
||||||
return computed.property.apply(computed, args);
|
return computed.property.apply(computed, args);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ Discourse.computed = {
|
||||||
return Discourse.getURL(format.fmt.apply(format, args.map(function (a) {
|
return Discourse.getURL(format.fmt.apply(format, args.map(function (a) {
|
||||||
return context.get(a);
|
return context.get(a);
|
||||||
})));
|
})));
|
||||||
})
|
});
|
||||||
return computed.property.apply(computed, args);
|
return computed.property.apply(computed, args);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue