diff options
author | Vladislav Zarakovsky <vlad.zar@gmail.com> | 2016-02-07 10:45:01 +0300 |
---|---|---|
committer | Vladislav Zarakovsky <vlad.zar@gmail.com> | 2016-02-07 10:45:01 +0300 |
commit | 1f86aaf981910686e11ffea47c24c8838a17d7d8 (patch) | |
tree | 9f34d503c61db724af950e43090eef249f9656d1 /test/api/selectSpec.js | |
parent | 332ca53fc73322fb06d8052d26fe2e59e12312e9 (diff) | |
download | awesomplete-1f86aaf981910686e11ffea47c24c8838a17d7d8.zip awesomplete-1f86aaf981910686e11ffea47c24c8838a17d7d8.tar.gz awesomplete-1f86aaf981910686e11ffea47c24c8838a17d7d8.tar.bz2 |
Changed event property name: origin -> originalTarget
Diffstat (limited to 'test/api/selectSpec.js')
-rw-r--r-- | test/api/selectSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/api/selectSpec.js b/test/api/selectSpec.js index 84895b1..bdb3b96 100644 --- a/test/api/selectSpec.js +++ b/test/api/selectSpec.js @@ -48,7 +48,7 @@ describe("awesomplete.select", function () { jasmine.objectContaining({ text: expectedTxt, data: expectedTxt, - origin: this.selectArgument || this.subject.ul.children[0] + originalTarget: this.selectArgument || this.subject.ul.children[0] }) ); }); |