cms/app-client/app/helpers/annotation-content.js
changeset 467 762fc0eb4946
parent 460 686926d132ff
--- a/cms/app-client/app/helpers/annotation-content.js	Sun Dec 04 13:49:44 2016 +0100
+++ b/cms/app-client/app/helpers/annotation-content.js	Fri Dec 09 11:41:15 2016 +0100
@@ -1,7 +1,7 @@
 import Ember from 'ember';
 
 export function annotationContent(params/*, hash*/) {
-  if(!params || params.length==0) {
+  if(!params || (params.length === 0)) {
     return "";
   }