Fix paragraph.js

This commit is contained in:
Karup 2017-02-03 17:58:11 +05:30
parent 8e2cd85379
commit d7eb3b6bfa

View file

@ -1137,9 +1137,6 @@ function ParagraphCtrl($scope, $rootScope, $route, $window, $routeParams, $locat
if ($scope.editor) {
$scope.editor.setReadOnly($scope.isRunning(newPara));
}
}
}
};
$scope.$on('runParagraphUsingSpell', function(event, data) {