Remove unused var

This commit is contained in:
Lee moon soo 2016-01-01 10:48:10 -08:00
parent 25aea61baf
commit 1bba8103ad

View file

@ -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) {