MOD avancement dans la Grande Restructuration
[euphorik.git] / js / formateur.js
index e0e7240..8fd8e0f 100644 (file)
@@ -16,8 +16,6 @@
 // You should have received a copy of the GNU General Public License\r
 // along with Euphorik.  If not, see <http://www.gnu.org/licenses/>.\r
 \r
-/*jslint laxbreak:true */\r
-\r
 \r
 /**\r
   * Classe permettant de formater du texte par exemple pour la substitution des liens dans les\r
@@ -160,7 +158,7 @@ euphorik.Formateur.prototype.getShort = function(url) {
 euphorik.Formateur.prototype.traiterPourFenetreLightBox = function(M, urlCourante) {\r
    var thisFormateur = this;\r
    var traitementUrl = function(url) {\r
-      return "[" + thisFormateur.getShort(url)[0] + (urlCourante == url ? "*" : "") + "]";\r
+      return "[" + thisFormateur.getShort(url)[0] + (urlCourante === url ? "*" : "") + "]";\r
    };\r
    \r
    return this.remplacerBalisesHTML(M).replace(this.regexUrl, traitementUrl);\r