Fix comment that broke 7572eebcd

This commit is contained in:
Dan Stillman 2013-08-07 17:06:48 -04:00
parent 7572eebcd1
commit a3375d540b

View file

@ -2416,9 +2416,9 @@
);
typeBox.setAttribute('typeid', typeID);
// If a creator textbox is already open, we need to
// change its autocomplete parameters so that it
// completes on a creator with a different creator type
/* If a creator textbox is already open, we need to
change its autocomplete parameters so that it
completes on a creator with a different creator type */
var changedParams = {
creatorTypeID: typeID
};