forked from 0x2620/pandora
bind -> on, unbind -> off
This commit is contained in:
parent
81dbceb0ef
commit
e477d4ee45
10 changed files with 18 additions and 18 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue