Skip to content

Commit 389256e

Browse files
committed
Merge branch 'master' into gh-pages
2 parents 9f1131f + 02ff313 commit 389256e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h2>a simple client side profanity filter</h2>
118118
customSwears: ['ass'],
119119
filter: true,
120120
externalSwears: 'swearWords.json',
121-
profaneText: function() {
121+
profaneText: function(data) {
122122
$('#five')
123123
.css('color', 'blue');
124124
console.log(data);

0 commit comments

Comments
 (0)