Skip to content

Commit

Permalink
chore(release-prep): Update manual version numbers, remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonC authored and SimeonC committed Jan 21, 2015
1 parent ade14e4 commit 6471d6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion demo/static-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<meta charset="UTF-8">

<title>textAngular 1.3.0-pre22 Demo</title>
<title>textAngular 1.3.0 Demo</title>

<meta name="robots" content="noindex">

Expand Down
2 changes: 0 additions & 2 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ textAngular.directive("textAngular", [
pos.y = ratio > newRatio ? pos.x * ratio : pos.y;
}
el = angular.element(_el);
console.log('element', pos, _el);
el.attr('height', Math.max(0, pos.y));
el.attr('width', Math.max(0, pos.x));

Expand All @@ -269,7 +268,6 @@ textAngular.directive("textAngular", [
oneEvent(_body, 'mouseup', function(event){
event.preventDefault();
event.stopPropagation();
console.log('Trigger Removal');
_body.off('mousemove', mousemove);
scope.showPopover(_el);
});
Expand Down

0 comments on commit 6471d6d

Please sign in to comment.