Skip to content

Commit

Permalink
fixed case issue causing travis build to build
Browse files Browse the repository at this point in the history
  • Loading branch information
isuttell committed Feb 22, 2015
1 parent 3ea7ee3 commit c8b86c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/specs/ease-spec.js
@@ -1,5 +1,5 @@
var Ease = require('../../src/lib/ease.js');
var Utilities = require('../../src/lib/Utilities.js');
var Utilities = require('../../src/lib/utilities.js');

describe('ease.js', function() {

Expand Down

0 comments on commit c8b86c3

Please sign in to comment.