Disallow trailing whitespace
// FREEBIE
This commit is contained in:
parent
18e9ded296
commit
b09cb228f7
3 changed files with 17 additions and 4 deletions
|
@ -87,7 +87,7 @@
|
|||
message = messages.add({type: 'incoming'});
|
||||
assert.ok(message.isIncoming());
|
||||
});
|
||||
|
||||
|
||||
it('checks if is outgoing message', function() {
|
||||
var messages = new Whisper.MessageCollection();
|
||||
var message = messages.add(attributes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue