Skip to content

Commit

Permalink
Merge pull request #12 from pilaf/master
Browse files Browse the repository at this point in the history
Removed reference to isDirty
  • Loading branch information
ripter committed May 24, 2012
2 parents 852455f + c01dab5 commit e7f39bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jquery.rating.js
Expand Up @@ -101,8 +101,6 @@
{
var value = $(this).val();
methods.setValue(value, evt.data.container, evt.data.selectBox);
if (isDirty)
isDirty = true;
},
setValue: function(value, container, selectBox)
{
Expand Down Expand Up @@ -203,4 +201,4 @@

};

})(jQuery);
})(jQuery);

0 comments on commit e7f39bf

Please sign in to comment.