2016-03-02 18:09:05 +01:00
|
|
|
(function($, cornerstone, cornerstoneMath, cornerstoneTools) {
|
|
|
|
|
|
|
|
|
|
'use strict';
|
2016-03-04 21:47:30 +01:00
|
|
|
var exToolInterface = cornerstoneTools.crunexTool('exTool');
|
2016-03-02 18:09:05 +01:00
|
|
|
cornerstoneTools.exTool = exToolInterface.crunex;
|
|
|
|
|
cornerstoneTools.exTool.setConfiguration(exToolInterface.defaultConfiguration);
|
|
|
|
|
cornerstoneTools.exToolTouch = exToolInterface.crunexTouch;
|
|
|
|
|
|
|
|
|
|
})($, cornerstone, cornerstoneMath, cornerstoneTools);
|