Hopefully this will finally fix the merging issues I had.

This commit is contained in:
Jorge Vássquez Pérez
2016-12-02 17:20:13 -08:00
parent 4ca84b5fee
commit b1efb4928b
4 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -93,7 +93,7 @@ function YBindBetween2()
}
this.activate = function activate()
{
this.yTool.yMainFunction();
yBindBetween2.yMainFunction();
}
this.run = function run()
{
@@ -212,5 +212,5 @@ if (typeof(YTB)=='undefined')
}
else
{
YTB.addTool(new YBindBetween2());
yBindBetween2 = YTB.addTool(new YBindBetween2());
}