mirror of
https://github.com/jorgevasquezp/AFX_yTools.git
synced 2026-09-16 19:22:42 +00:00
Hopefully this will finally fix the merging issues I had.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user