FIX: Jshint in computed.js - not in qunit?

This commit is contained in:
Robin Ward 2013-07-12 12:14:32 -04:00
parent 6ca5df0a09
commit 6122d31711
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}