Merge branch 'weakmaps' of github.com:thomaswilburn/Caret into weakmaps
Conflicts: config/user.json js/sessions.js
This commit is contained in:
commit
7e18ef1e12
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ define([
|
|||
}
|
||||
tabContainer.append(element);
|
||||
});
|
||||
|
||||
|
||||
setTimeout(function() {
|
||||
//wait for render before triggering the enter animation
|
||||
tabContainer.findAll(".enter").forEach(function(element) { element.removeClass("enter") });
|
||||
|
@ -142,4 +142,4 @@ define([
|
|||
renderTabs: renderTabs
|
||||
}
|
||||
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue