I just updated to the new web library, and now my splitter size methods are not working.
var
splitter = $(
'#splitter'
).data(
'kendoSplitter'
);
splitter.size(
'#wb_queueDetails'
, (simulatedPanels*Globals.widthMultiplier/2)+
'px'
);
This was working just fine with the previous version