Browse Source

CertainTrustSimple updated

Debashis Chandra Ray 6 years ago
parent
commit
1bb1a4efeb
1 changed files with 1 additions and 1 deletions
  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