Fix style

This commit is contained in:
Lee moon soo 2016-04-12 07:33:45 +02:00
parent 16f68871da
commit 412480a2d2

View file

@ -180,7 +180,7 @@ angular.module('zeppelinWebApp')
scope = paragraphScope;
registry = angularObjectRegistry;
} else {
var app = _.find($scope.apps, { id: data.paragraphId})
var app = _.find($scope.apps, { id: data.paragraphId});
if (app) {
scope = getAppScope(app);
registry = getAppRegistry(app);
@ -251,7 +251,7 @@ angular.module('zeppelinWebApp')
scope = paragraphScope;
registry = angularObjectRegistry;
} else {
var app = _.find($scope.apps, { id: data.paragraphId})
var app = _.find($scope.apps, { id: data.paragraphId});
if (app) {
scope = getAppScope(app);
registry = getAppRegistry(app);