Skip to content

Commit

Permalink
Merge pull request #244 from leapmotion/update-2020-tweaks
Browse files Browse the repository at this point in the history
Update 2020 Tweaks
  • Loading branch information
zalo authored Nov 20, 2020
2 parents a62f77a + 312ea67 commit dad1d3b
Show file tree
Hide file tree
Showing 4 changed files with 751 additions and 1,602 deletions.
8 changes: 4 additions & 4 deletions leap-1.1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ NodeConnection.prototype.setupSocket = function() {
}

},{"./base":3,"ws":33}],6:[function(require,module,exports){
(function (process){
(function (process){(function (){
var Frame = require('./frame')
, Hand = require('./hand')
, Pointable = require('./pointable')
Expand Down Expand Up @@ -1192,9 +1192,9 @@ Controller.prototype.useRegisteredPlugins = function(){

Object.assign(Controller.prototype, EventEmitter.prototype);

}).call(this,require('_process'))
}).call(this)}).call(this,require('_process'))
},{"./circular_buffer":2,"./connection/browser":4,"./connection/node":5,"./dialog":7,"./finger":8,"./frame":9,"./hand":10,"./pipeline":13,"./pointable":14,"_process":32,"events":20}],7:[function(require,module,exports){
(function (process){
(function (process){(function (){
var Dialog = module.exports = function(message, options){
this.options = (options || {});
this.message = message;
Expand Down Expand Up @@ -1341,7 +1341,7 @@ Dialog.warnBones = function(){
}

}
}).call(this,require('_process'))
}).call(this)}).call(this,require('_process'))
},{"_process":32}],8:[function(require,module,exports){
var Pointable = require('./pointable')
, Bone = require('./bone')
Expand Down
2 changes: 1 addition & 1 deletion leap-1.1.0.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit dad1d3b

Please sign in to comment.