smalltalk
/
osmo-st-all
Archived
1
0
Fork 0
This commit is contained in:
Nicolas Petton 2009-06-19 04:52:07 +00:00
parent 364c6ddf14
commit b83129d79d
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ var Iliad = {
}
},
_updateWidget:function(widget, contents) {
jQuery("#"+widget).replaceWith(contents)
_updateWidget:function(id, contents) {
jQuery("#"+id).replaceWith(contents)
},
_evalScript:function(script) {