Skip to content

Commit bf489a6

Browse files
committed
jshint fix, interim build
1 parent 86d5e0c commit bf489a6

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
lines changed

dist/ui-scroll.js

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ui-scroll.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/BasicSetupSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*global describe, beforeEach, module, inject, it, spyOn, expect, $, runTest */
1+
/*global describe, beforeEach, module, inject, it, spyOn, expect, $, runTest, Helper */
22
describe('uiScroll', function() {
33
'use strict';
44

test/BasicTestsSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*global describe, beforeEach, module, inject, it, spyOn, expect, runTest */
1+
/*global describe, beforeEach, module, inject, it, spyOn, expect, runTest, Helper */
22
describe('uiScroll', function () {
33
'use strict';
44

test/PaddingsSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*global describe, beforeEach, module, it, expect, runTest */
1+
/*global describe, beforeEach, module, it, expect, runTest, Helper */
22
describe('uiScroll Paddings spec.', () => {
33
'use strict';
44

test/UserIndiciesSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*global describe, beforeEach, module, inject, it, expect, runTest */
1+
/*global describe, beforeEach, module, inject, it, expect, runTest, Helper */
22
describe('uiScroll user min/max indicies.', () => {
33
'use strict';
44

0 commit comments

Comments
 (0)