Skip to content

Commit

Permalink
Adds missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Anaphase committed May 17, 2016
1 parent 087fa1c commit c2001b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.pep.js
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@

$.pep.unbind = function($obj){
$.each($obj, function(index, pepObj) {
pepObj = $(pepObj)
pepObj = $(pepObj);
var pep = pepObj.data('plugin_' + pluginName);

if ( typeof pep === 'undefined' )
Expand Down

0 comments on commit c2001b3

Please sign in to comment.