Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ardublockly
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
ardublockly
Commits
96eb7218
Commit
96eb7218
authored
Jul 28, 2015
by
Neil Fraser
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #140 from trodi/master
add another type annotation
parents
d5e1abd7
37a3c74a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
core/connection.js
core/connection.js
+1
-0
No files found.
core/connection.js
View file @
96eb7218
...
...
@@ -37,6 +37,7 @@ goog.require('goog.dom');
* @constructor
*/
Blockly
.
Connection
=
function
(
source
,
type
)
{
/** @type {!Blockly.Block} */
this
.
sourceBlock_
=
source
;
/** @type {Blockly.Connection} */
this
.
targetConnection
=
null
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment