Skip to content

Commit

Permalink
Merge pull request #215 from Nytrm/patch-1
Browse files Browse the repository at this point in the history
fix: remove beta character typo from famousAnimate
  • Loading branch information
zackbrown committed Sep 24, 2014
2 parents b2b2ac9 + e91a395 commit 20555a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/services/famousAnimate.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ angular.module('famous.angular')
* considered "enabled" which we do not need.
*/
var animationHandlers = {
enabled: $delegate.enabledß
enabled: $delegate.enabled
};

angular.forEach(['addClass', 'removeClass'], function(classManipulator) {
Expand Down

0 comments on commit 20555a8

Please sign in to comment.