Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Commit

Permalink
Merge pull request #451 from veelen/master
Browse files Browse the repository at this point in the history
 Declared previously unresolved variable 'self'
  • Loading branch information
jtsternberg committed Feb 12, 2014
2 parents c93cfbe + f70ff78 commit 957c77f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 30 deletions.
2 changes: 1 addition & 1 deletion js/cmb.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
.on( 'click', '.add-row-button', function(e) {

e.preventDefault();
self = $(this);
var self = $(this);

var tableselector = '#'+ self.data('selector');
var $table = $(tableselector);
Expand Down
31 changes: 2 additions & 29 deletions js/cmb.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 957c77f

Please # to comment.