Skip to content

Commit

Permalink
New version. Bugfixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
willyvvu committed Mar 10, 2014
1 parent 0fad3b9 commit d9b3331
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Sublime
*.sublime-project
*.sublime-workspace

#################
## Eclipse
#################
Expand Down
4 changes: 2 additions & 2 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var Plasmid = function(canvascontainer) {
//Whether or not to use the post-processing chain
this.usePostProcess = true;
this.useParticles = true;
this.useAnaglpyh = window.location.hash.contains("a");
this.useAnaglpyh = window.location.hash == "#a";
//Modifiers
this.INLEVEL = 128;
this.HISTORY = 256;
Expand Down Expand Up @@ -376,7 +376,7 @@ var Plasmid = function(canvascontainer) {
},
handler: function() {
if (this.state == this.MAIN) {
window.location="about:blank";
window.location = "about:blank";
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion plasmid.appcache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# 2-24-2014 v16
# 2-24-2014 v17
# Remember to change this comment when resources change,
# to inform the browser that things have changed
CACHE:
Expand Down

0 comments on commit d9b3331

Please sign in to comment.