mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Jshint in computed.js - not in qunit?
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user