Adding spyOn and jasmine to global jshint

Suppressing error by adding spyOn to global jshint configuration.

Closes-bug: #1435436
Co-Authored-By: Shaoquan Chen <sean.chen2@hp.com>
Change-Id: If18edd2a28d77b420fb4ce77a4da97f03b8690b4
This commit is contained in:
Thai Tran 2015-03-23 11:56:04 -07:00 committed by Shaoquan Chen
parent 4f8119b9bf
commit fc997424ea

View File

@ -18,6 +18,8 @@
"afterAll": false,
"it": false,
"expect": false,
"spyOn": false,
"jasmine": false,
"d3": false,