| changeset 961 | e1baacb52075 |
| parent 957 | 4da0a5740b6c |
| child 986 | f9d51dd4a3fe |
--- a/src/widgets/Tooltip.js Fri Sep 14 10:38:04 2012 +0900 +++ b/src/widgets/Tooltip.js Wed Sep 19 14:11:49 2012 +0900 @@ -1,6 +1,6 @@ /* this widget displays a small tooltip */ -IriSP.Widgets.Tooltip = function(Popcorn, config, Serializer) { - IriSP.Widgets.Widget.call(this, Popcorn, config, Serializer); +IriSP.Widgets.Tooltip = function(player, config) { + IriSP.Widgets.Widget.call(this, player, config); }; IriSP.Widgets.Tooltip.prototype = new IriSP.Widgets.Widget();