Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Update @types/materialize-css (#233)
Browse files Browse the repository at this point in the history
* Update @types/materialize-css
* Minor changes
  • Loading branch information
jfcere authored and scote committed Oct 31, 2017
1 parent b85bd90 commit 2641a70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/sidenav/sidenav.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class MzSidenavComponent implements AfterViewInit, OnDestroy {
};

// initialize sidenav
this.collapseButton.sideNav(<any>{
this.collapseButton.sideNav({
closeOnClick: this.closeOnClick || false,
draggable: this.draggable != null ? this.draggable : true,
edge: this.edge || 'left',
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@
resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-3.2.12.tgz#f496823108c3874c97c9a822e675a3926ee64b46"

"@types/materialize-css@^0.100.0":
version "0.100.0"
resolved "https://registry.yarnpkg.com/@types/materialize-css/-/materialize-css-0.100.0.tgz#2b311b2ca273d6fd689609ab8e8d932966f8f45c"
version "0.100.1"
resolved "https://registry.yarnpkg.com/@types/materialize-css/-/materialize-css-0.100.1.tgz#9ab5b1faba5ba28b6c39ab94c31f77f5fd2f7b68"
dependencies:
"@types/jquery" "*"
"@types/pickadate" "*"
Expand Down

0 comments on commit 2641a70

Please sign in to comment.