Author: echatellier Date: 2014-06-20 11:14:33 +0200 (Fri, 20 Jun 2014) New Revision: 238 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/238 Log: Remove tests Modified: trunk/faxtomail-ui-web/src/main/webapp/js/faxtomail.js Modified: trunk/faxtomail-ui-web/src/main/webapp/js/faxtomail.js =================================================================== --- trunk/faxtomail-ui-web/src/main/webapp/js/faxtomail.js 2014-06-20 07:58:45 UTC (rev 237) +++ trunk/faxtomail-ui-web/src/main/webapp/js/faxtomail.js 2014-06-20 09:14:33 UTC (rev 238) @@ -37,10 +37,6 @@ return _p8() + _p8(true) + _p8(true) + _p8(); } -console.log("abc" === "abc");// true -console.log("abc" === new String("abc")); // false -console.log(new String("abc") === new String("abc")); // false - /** * Même fonction que indexOf mais qui compare par topiaId au lieu des références. */
participants (1)
-
echatellier@users.forge.codelutin.com