Prechádzať zdrojové kódy

CertainTrustSimple updated

Debashis Chandra Ray 7 rokov pred
rodič
commit
1bb1a4efeb
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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