Skip to content

Commit

Permalink
chore: remove some unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbrown committed Aug 1, 2014
1 parent a419a79 commit c40af5f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 17 deletions.
8 changes: 0 additions & 8 deletions dist/famous-angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -2174,10 +2174,6 @@ angular.module('famous.angular')
return baseProperties;
};

var getOrValue = function (x) {
return x.get ? x.get() : x;
};

isolate.renderNode = new ImageSurface({
size: scope.$eval(attrs.faSize),
class: scope.$eval(attrs.class),
Expand Down Expand Up @@ -4334,10 +4330,6 @@ angular.module('famous.angular')

isolate.children = [];

var getOrValue = function(x) {
return x.get ? x.get() : x;
};

isolate.renderNode = new View({
size: scope.$eval(attrs.faSize) || [undefined, undefined]
});
Expand Down
Loading

0 comments on commit c40af5f

Please sign in to comment.