MOD cleanage
[euphorik.git] / js / communication.js
index e472ccb..417e833 100644 (file)
@@ -24,7 +24,7 @@
   */\r
 euphorik.Communication = function(funError) {\r
    this.funError = funError;\r
-}\r
+};\r
 \r
 euphorik.Communication.prototype.requete = function(action, json, funOk, funError, asynchrone, paramsSupp) {\r
    var thisCommunication = this;\r
@@ -52,7 +52,7 @@ euphorik.Communication.prototype.requete = function(action, json, funOk, funErro
                   thisCommunication.funError(data);\r
                }\r
             } else if (funOk) {\r
-               funOk(data)\r
+               funOk(data);\r
             }\r
          }\r
    };\r
@@ -64,10 +64,10 @@ euphorik.Communication.prototype.requete = function(action, json, funOk, funErro
    }\r
    \r
    jQuery.ajax(paramsAjax);\r
-}\r
+};\r
 \r
 euphorik.Communication.prototype.getBase = function(action) {\r
    return {\r
       "header" : { "action" : action, "version" : euphorik.conf.versionProtocole }\r
    };\r
-}\r
+};
\ No newline at end of file