Skip to content

Commit

Permalink
Updating view state
Browse files Browse the repository at this point in the history
  • Loading branch information
alsonkemp committed Feb 5, 2014
1 parent 4ebc573 commit 7571e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion output/javascripts/view_state_service.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/coffee/view_state_service.coffee
@@ -1,7 +1,7 @@
WebFract3D.factory "ViewStateService", ($rootScope) ->
@state = {}
fresh_state =
position: x: 0, y: 40, z: 700
position: x: 0, y: -40, z: 700
rotation: x: -30, y: 0, z: 0
size: 600

Expand Down

0 comments on commit 7571e8a

Please sign in to comment.