Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Commit

Permalink
SF
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Lancha authored and matuzalemsteles committed Dec 22, 2017
1 parent 04d65e7 commit 7e67869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clay-table/src/ClayTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import templates from './ClayTable.soy.js';
class ClayTable extends Component {
/**
* @inheritDoc
* Handles document click in order to hide menu. * Handles document click in order to hide menu. */
*/
attached() {
this.eventHandler_.add(
dom.on(document, 'click', this.handleDocClick_.bind(this)),
Expand Down

0 comments on commit 7e67869

Please sign in to comment.