@ministryofjustice/frontend
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -395,3 +395,3 @@ ;(function(root, factory) { | ||
this.menuButton.on('click', $.proxy(this, 'onMenuButtonClick')); | ||
this.options.toggleButton.container.append(this.menuButton); | ||
this.container.append(this.menuButton); | ||
}; | ||
@@ -398,0 +398,0 @@ |
@@ -23,3 +23,3 @@ MOJFrontend.FilterToggleButton = function(options) { | ||
this.menuButton.on('click', $.proxy(this, 'onMenuButtonClick')); | ||
this.options.toggleButton.container.append(this.menuButton); | ||
this.container.append(this.menuButton); | ||
}; | ||
@@ -26,0 +26,0 @@ |
{ | ||
"name": "@ministryofjustice/frontend", | ||
"description": "The MOJ Frontend contains the code you need to start building user interfaces for UK Ministry of Justice government services.", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"main": "moj/all.js", | ||
@@ -6,0 +6,0 @@ "sass": "moj/all.scss", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
761294