Skip to content

Commit

Permalink
move masks should always return a promise
Browse files Browse the repository at this point in the history
  • Loading branch information
masimplo committed Dec 17, 2015
1 parent f29d831 commit 939b4ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/nz-tour.js
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@
height: '100%',
width: '0px'
});
return;
return $q.when(null);
}

els.masks_top.css({
Expand Down
Loading

0 comments on commit 939b4ad

Please sign in to comment.