mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FIX: Various bugs with Category breadcrumbs
This commit is contained in:
parent
4e46d91b8d
commit
e9c4465ec7
23 changed files with 1232 additions and 173 deletions
|
@ -1,12 +1,4 @@
|
|||
// Test helpers
|
||||
// var resolvingPromise = Ember.Deferred.promise(function (p) {
|
||||
// p.resolve();
|
||||
// });
|
||||
|
||||
// var resolvingPromiseWith = function(result) {
|
||||
// return Ember.Deferred.promise(function (p) { p.resolve(result); });
|
||||
// };
|
||||
|
||||
function exists(selector) {
|
||||
return !!count(selector);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue