diff options
| -rw-r--r-- | CREDITS | 1 | ||||
| -rw-r--r-- | tests/unit_tests/test_chrome_stubs.coffee | 2 | 
2 files changed, 3 insertions, 0 deletions
| @@ -44,5 +44,6 @@ Contributors:    Shiyong Chen <billbill290@gmail.com> (github: UncleBill)    Utkarsh Upadhyay <musically.ut@gmail.com) (github: musically-ut)    Michael Salihi <admin@prestance-informatique.fr> (github: PrestanceDesign) +  Dahan Gong <gdh1995@qq.com> (github: gdh1995)  Feel free to add real names in addition to GitHub usernames. diff --git a/tests/unit_tests/test_chrome_stubs.coffee b/tests/unit_tests/test_chrome_stubs.coffee index 8b816cd4..bbcd01e7 100644 --- a/tests/unit_tests/test_chrome_stubs.coffee +++ b/tests/unit_tests/test_chrome_stubs.coffee @@ -60,6 +60,8 @@ exports.chrome =      onRemoved:        addListener: () -> true      getAll: () -> true +    onFocusChanged: +      addListener: () -> true    browserAction:      setBadgeBackgroundColor: -> | 
