Skip to content

Commit

Permalink
Add else conditions #1600
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jan 12, 2015
1 parent 086307e commit 30b12e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/definitions/modules/sidebar.js
Expand Up @@ -96,6 +96,9 @@ $.fn.sidebar = function(parameters) {
if(settings.delaySetup) {
requestAnimationFrame(module.setup.layout);
}
else {
module.setup.layout();
}

module.instantiate();
},
Expand Down

0 comments on commit 30b12e0

Please sign in to comment.