Procházet zdrojové kódy

CertainTrustSimple updated

Debashis Chandra Ray před 7 roky
rodič
revize
1bb1a4efeb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      JavaScript/JavaScript_SDK/CertainTrust.js

+ 1 - 1
JavaScript/JavaScript_SDK/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