Skip to content

Commit

Permalink
Merge branch 'master' into 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moschel committed Jun 21, 2011
2 parents ab2a476 + 2acbcc3 commit 0a741fd
Show file tree
Hide file tree
Showing 10 changed files with 2,230 additions and 2,130 deletions.
10 changes: 6 additions & 4 deletions browsers.js
@@ -1,6 +1,7 @@
steal("synthetic")
.then("mouse")
.then(function() {
steal.then(function(){
//steal("synthetic")
// .then("mouse")
// .then(function() {
Syn.key.browsers = {
webkit : {
'prevent':
Expand Down Expand Up @@ -149,4 +150,5 @@ steal("synthetic")
}
return Syn.mouse.browsers.gecko;
})();
});
//});
})

0 comments on commit 0a741fd

Please sign in to comment.