bind -> on, unbind -> off

This commit is contained in:
rolux 2012-05-28 16:10:11 +02:00
commit e477d4ee45
10 changed files with 18 additions and 18 deletions

View file

@ -57,7 +57,7 @@ pandora.ui.embedDialog = function(data) {
+ '" height="' + height
+ '" src="' + constructUrl(data)
+ '" frameborder="0" allowfullscreen></iframe>'
).bind({
).on({
click: function() {
this.focus();
this.select();