Skip to content

Commit

Permalink
Updated convert to use data.cosphi
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Sorensen committed Jun 6, 2010
1 parent 0d8d54a commit 1d99463
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 4,297 deletions.
2 changes: 1 addition & 1 deletion web-UI/andes/convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ dojo.provide("andes.convert");
}

if(type=="vector" || type=="axes"){
obj.cosphi = item.cosphi;
obj.cosphi = item.data.cosphi===undefined ? 0 : item.data.cosphi;
}

if(combo){
Expand Down
104 changes: 0 additions & 104 deletions web-UI/dojox/drawing/annotations/Angle.js

This file was deleted.

Loading

0 comments on commit 1d99463

Please sign in to comment.