Skip to content

Commit

Permalink
Undo changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll committed Jun 18, 2019
1 parent c32d6dc commit e0d8475
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 1 addition & 13 deletions src/UniversalDashboard.Materialize/Components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,4 @@ UniversalDashboard.register("ud-checkbox", UDCheckbox);
UniversalDashboard.register("ud-collapsible", UDCollapsible);
UniversalDashboard.register("ud-select", UDSelect);
UniversalDashboard.register("ud-grid-layout", UDGridLayout);
UniversalDashboard.register("ud-fab", UDFab);

UniversalDashboard.registerPlugin({
provideDashboardComponents: function(state) {
console.log('provideDashboardComponents');
},
provideRoutes: function() {
console.log('provideRoutes');
},
invokeMiddleware: function(method, url, history, response) {
console.log('invokeMiddleware');
}
})
UniversalDashboard.register("ud-fab", UDFab);
2 changes: 0 additions & 2 deletions src/UniversalDashboard.Materialize/Tests/button.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Describe "New-UDButton" {
}
}

Wait-Debugger

Context "Floating" {
Set-TestDashboard {
New-UDButton -Text "Click Me" -Id "button" -Floating
Expand Down

0 comments on commit e0d8475

Please sign in to comment.