fix style

This commit is contained in:
Lee moon soo 2017-09-28 19:41:23 -07:00
parent 865c0a6c8c
commit 77afdbac15

View file

@ -187,7 +187,7 @@ function ParagraphCtrl ($scope, $rootScope, $route, $window, $routeParams, $loca
const isTabCompletion = function() {
const completionKey = $scope.paragraph.config.editorSetting.completionKey
return completionKey == 'TAB'
return completionKey === 'TAB'
}
$scope.$on('updateParagraphOutput', function (event, data) {