Skip to content

Commit

Permalink
Apply fixes from StyleCI (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Apr 13, 2020
1 parent 21dd804 commit ea0d10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Vue.component('alert', require('./components/Alert.vue').default);

Vue.mixin(Base);

Vue.directive('tooltip', function(el, binding) {
Vue.directive('tooltip', function (el, binding) {
$(el).tooltip({
title: binding.value,
placement: binding.arg,
Expand Down

0 comments on commit ea0d10e

Please sign in to comment.