Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 67ff50f

Browse files
committed
Remove isLib juggle from mixin wrapper.
1 parent 7615ede commit 67ff50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function convert(name, func) {
6868
},
6969
'mixin': function(mixin) {
7070
return function(source) {
71-
var object = isLib ? _ : this;
71+
var object = this;
7272
if (!isFunction(object)) {
7373
return mixin(object, source);
7474
}

0 commit comments

Comments
 (0)