Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
6ff5452c
Commit
6ff5452c
authored
Dec 15, 2009
by
Matt Strum
Browse files
Fixed arguments
parent
98123a9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/demo/src/ComponentManager.as
View file @
6ff5452c
...
...
@@ -29,13 +29,13 @@ package
newUrl
:
String
,
newUpdate
:
Function
,
newVersion
:
int
,
newHrn
)
:
void
newHrn
:
String
=
""
)
:
void
{
id
=
newId
;
name
=
newName
;
hostName
=
newHostName
;
url
=
newUrl
;
hrn
=
hrn
=
newHrn
;
ad
=
""
;
manifest
=
""
;
update
=
newUpdate
;
...
...
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