[Style] Remove unused variables, excess whitespace

Clean up unused variables and excess whitespace to match style guide.
This commit is contained in:
Pete Richards
2015-09-22 11:14:55 -07:00
parent 3e5d294a28
commit 8b7a94dcf8
4 changed files with 17 additions and 34 deletions

View File

@@ -19,7 +19,7 @@
* this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information.
*****************************************************************************/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
/*global define,describe,it,expect,beforeEach,jasmine*/
define(
['../../src/gestures/InfoGesture'],