Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Removed "complete" from word list.
Browse files Browse the repository at this point in the history
  • Loading branch information
ummjackson committed Mar 4, 2014
1 parent c9865a1 commit f96a4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.doge.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
var doge = $('body').css('font-family', 'Comic Sans MS, Comic Sans, Chalkboard, cursive');

// much array
tings = $.extend(['doge', 'shibe', 'help', 'good deed', 'thankful', 'complete', 'yay', 'dogecoin', 'well', 'drinking', 'water'], tings);
tings = $.extend(['doge', 'shibe', 'help', 'good deed', 'thankful', 'yay', 'dogecoin', 'well', 'drinking', 'water'], tings);

var r = function(arr) {
if (!arr) arr = tings;
Expand Down

0 comments on commit f96a4fa

Please sign in to comment.