@blockly/block-dynamic-connection
Advanced tools
Comparing version 0.2.7 to 0.2.8
{ | ||
"name": "@blockly/block-dynamic-connection", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "A group of blocks that add connections dynamically.", | ||
@@ -43,4 +43,4 @@ "scripts": { | ||
"devDependencies": { | ||
"@blockly/dev-scripts": "^1.2.29", | ||
"@blockly/dev-tools": "^5.1.0", | ||
"@blockly/dev-scripts": "^1.2.30", | ||
"@blockly/dev-tools": "^5.1.1", | ||
"blockly": "^9.2.1", | ||
@@ -63,3 +63,3 @@ "chai": "^4.2.0", | ||
}, | ||
"gitHead": "fbbbf52e021feb1631408c74a48131cf384610ca" | ||
"gitHead": "89d5cbb0751f2c512b6b99a42304e6f8e2a4b7e2" | ||
} |
@@ -49,3 +49,3 @@ /** | ||
* Create XML to represent if/elseif/else inputs. | ||
* @return {!Element} XML storage element. | ||
* @returns {!Element} XML storage element. | ||
* @this {Blockly.Block} | ||
@@ -142,3 +142,3 @@ */ | ||
* @param {!Blockly.Connection} connection A connection on this block. | ||
* @return {?number} The index of the connection in the this.inputList. | ||
* @returns {?number} The index of the connection in the this.inputList. | ||
*/ | ||
@@ -145,0 +145,0 @@ findInputIndexForConnection: function(connection) { |
@@ -43,3 +43,3 @@ /** | ||
* Create XML to represent number of text inputs. | ||
* @return {!Element} XML storage element. | ||
* @returns {!Element} XML storage element. | ||
* @this {Blockly.Block} | ||
@@ -105,3 +105,3 @@ */ | ||
* pending connection. | ||
* @return {number} The index before which to insert a new input, | ||
* @returns {number} The index before which to insert a new input, | ||
* or null if no input should be added. | ||
@@ -108,0 +108,0 @@ */ |
@@ -43,3 +43,3 @@ /** | ||
* Create XML to represent number of text inputs. | ||
* @return {!Element} XML storage element. | ||
* @returns {!Element} XML storage element. | ||
* @this {Blockly.Block} | ||
@@ -105,3 +105,3 @@ */ | ||
* pending connection. | ||
* @return {number} The index before which to insert a new input, | ||
* @returns {number} The index before which to insert a new input, | ||
* or null if no input should be added. | ||
@@ -108,0 +108,0 @@ */ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90568
12
686
3