FIX: Jshint in computed.js - not in qunit?
This commit is contained in:
parent
6ca5df0a09
commit
6122d31711
|
@ -31,7 +31,7 @@ Discourse.computed = {
|
|||
return format.fmt.apply(format, args.map(function (a) {
|
||||
return context.get(a);
|
||||
}));
|
||||
})
|
||||
});
|
||||
return computed.property.apply(computed, args);
|
||||
},
|
||||
|
||||
|
@ -52,7 +52,7 @@ Discourse.computed = {
|
|||
return Discourse.getURL(format.fmt.apply(format, args.map(function (a) {
|
||||
return context.get(a);
|
||||
})));
|
||||
})
|
||||
});
|
||||
return computed.property.apply(computed, args);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue