Skip to content

Commit

Permalink
Fix jshint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmobrunfeldt committed Dec 9, 2014
1 parent 3d08aca commit 658d573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/path.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Lower level API to animate any kind of svg path

var Tweenable = require('shifty');
var utils = require('./utils')
var utils = require('./utils');

var EASING_ALIASES = {
easeIn: 'easeInCubic',
Expand Down

0 comments on commit 658d573

Please sign in to comment.