Including dhtmlxvault.js before dhtmlx.js

Hi,
To make dhtmlxvault work with other DHTMLX components do we have to include the js in particular order. If yes then

  1. What is the order that we follow.?
  2. Is it applicable for any other DHTMLX component?

I am getting issue when I am including dhtmlxvault.js before dhtmlx.js. I just want to make sure I am following the correct method.

And this is happening after we have upgraded the DHTMLX Vault version. Previously vault.js was included before dhmtlx.js.

Hi

Please include vault.js after dhtmlx.js

Because vault.js contain functionality like dhtmlXCellObject.prototype.attachVault which are extend dhtmlx functionality and will not be defined if dhtmlx.js not yet loaded.