Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Jun 5, 2014
1 parent 6736282 commit 65216f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h3>Output</h3>
</select> \
<select name="coord_2" style="display:none;"></select>';
},
valueParser: function(value, filter, operator, $rule) {
valueParser: function($rule, value, filter, operator) {
return $rule.find('[name=coord_1]').val()
+'.'+$rule.find('[name=coord_2]').val();
},
Expand Down Expand Up @@ -198,4 +198,4 @@ <h3>Output</h3>
</script>

</body>
</html>
</html>

0 comments on commit 65216f3

Please sign in to comment.