Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Test chaining of .set
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed Sep 30, 2014
1 parent c4685a9 commit 618df70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
var o2 = function(){};
var o3 = window;

wm.set(o1, 37);
wm.set(o2, 'aoeui');
wm.set(o1, 37).set(o2, 'aoeui');

assert.equal(wm.get(o1), 37);
assert.equal(wm.get(o2), 'aoeui');
Expand Down

0 comments on commit 618df70

Please sign in to comment.