mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Remove unused var
This commit is contained in:
parent
25aea61baf
commit
1bba8103ad
1 changed files with 0 additions and 1 deletions
|
|
@ -41,7 +41,6 @@ angular.module('zeppelinWebApp').controller('NotebookCtrl',
|
|||
$scope.isNoteDirty = null;
|
||||
$scope.saveTimer = null;
|
||||
|
||||
var angularObjectRegistry = {};
|
||||
var connectedOnce = false;
|
||||
|
||||
$scope.$on('setConnectedStatus', function(event, param) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue