Skip to content

Commit

Permalink
Add refresh method
Browse files Browse the repository at this point in the history
  • Loading branch information
zzarcon committed Dec 3, 2014
1 parent fe8ba8f commit bfa4c3f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
3 changes: 2 additions & 1 deletion app/focus-element-overlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@

exports.Focusable = {
setFocus: setFocus,
hide: hide
hide: hide,
refresh: createColumns
};
})(window);
Loading

0 comments on commit bfa4c3f

Please sign in to comment.