diff -r 7c1d08cf6956 -r e1baacb52075 src/widgets/Tooltip.js --- 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();