Skip to content

Commit

Permalink
Update phery.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pocesar authored Jun 21, 2016
1 parent fdf233c commit a5638f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phery.js
Original file line number Diff line number Diff line change
Expand Up @@ -3084,7 +3084,7 @@
return result;
};

$.extend($.expr.pseudos[':'], {
$.extend($.expr.pseudos, {
'phery-remote': function(el){
return typeof (el instanceof $ ? el.phery('data', 'remote') : $(el).phery('data', 'remote')) === 'string';
},
Expand Down

0 comments on commit a5638f2

Please sign in to comment.