Fixed API Access for minified projects
This commit is contained in:
@@ -83,7 +83,7 @@ if(minified)then
|
|||||||
end
|
end
|
||||||
table.insert(ElementManager._plugins[k], v)
|
table.insert(ElementManager._plugins[k], v)
|
||||||
else
|
else
|
||||||
ElementManager._APIs[k] = v
|
ElementManager._APIs[plugName] = v
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user