1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

lint fixes

This commit is contained in:
Kyle Spearrin
2017-10-25 16:01:04 -04:00
parent cae8beaa8f
commit a57110b935
12 changed files with 24 additions and 10 deletions

View File

@@ -4,7 +4,9 @@
.controller('settingsCreateOrganizationController', function ($scope, $state, apiService, cryptoService,
toastr, $analytics, authService, constants, appSettings, validationService
// @if !selfHosted
/* jshint ignore:start */
, stripe
/* jshint ignore:end */
// @endif
) {
$scope.plans = constants.plans;