Skip to content

Commit

Permalink
update both
Browse files Browse the repository at this point in the history
  • Loading branch information
idomusha committed Dec 2, 2015
1 parent 5958723 commit 1905ed0
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower_components/both/.bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"_resolution": {
"type": "version",
"tag": "0.7.0",
"commit": "f35c3ab79231c9c70a3d45519e538f1accc14cdc"
"commit": "23b8f72b6941fc98cbd4168bcf0400946af68445"
},
"_source": "git://github.com/idomusha/both.git",
"_target": "~0",
Expand Down
1 change: 0 additions & 1 deletion bower_components/both/dist/both.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@
set: function(type, event) {
var _this = this;
if (_this._debug) console.log('##################### set()', type);
console.log(this);

if (type == 'mouse') {
_this.keyboard = false;
Expand Down
2 changes: 1 addition & 1 deletion bower_components/both/dist/both.min.js

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

1 change: 0 additions & 1 deletion bower_components/both/src/js/both.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@
set: function(type, event) {
var _this = this;
if (_this._debug) console.log('##################### set()', type);
console.log(this);

if (type == 'mouse') {
_this.keyboard = false;
Expand Down
1 change: 0 additions & 1 deletion dist/cross.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@
set: function(type, event) {
var _this = this;
if (_this._debug) console.log('##################### set()', type);
console.log(this);

if (type == 'mouse') {
_this.keyboard = false;
Expand Down
Loading

0 comments on commit 1905ed0

Please sign in to comment.