Add a semicolon at the end of this statement.
[vid.git] / vid-app-common / src / main / webapp / app / vid / scripts / services / OwningEntityService.js
index 12fd0d0..2e470f6 100644 (file)
@@ -33,7 +33,7 @@ var OwningEntityService = function ($http, $log, PropertyService, UtilityService
                     successCallbackFunction(response.data.categoryParameters);
                 }).catch(UtilityService.runHttpErrorHandler);
         }
-    }
+    };
 };
 
 appDS2.factory("OwningEntityService", ["$http", "$log", "PropertyService",