Explorar el Código

Example folder updated

Debashis Chandra Ray hace 7 años
padre
commit
9b36cc6cde
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      JavaScript/JavaScript_Examples/CertainTrust.js

+ 1 - 1
JavaScript/JavaScript_Examples/CertainTrust.js

@@ -1285,7 +1285,7 @@ CertainTrustSimple.prototype.simplewFusion = function(args, weights) {
  * @param weights - an integer array of corresponding weights
  * @return - new CertainTrustSimple object
  */
-CertainTrustSimple.prototype.simplecFusion = function(args, weights) {
+CertainTrustSimple.prototype.simplecFusion = function(args, weights) { //
 	//arrays should be equal
 	if (args.length == weights.length) {
 		//and not empty