2016-03-02 18:09:05 +01:00
|
|
|
(function($, cornerstone, cornerstoneMath, cornerstoneTools) {
|
|
|
|
|
|
|
|
|
|
'use strict';
|
2016-03-13 15:36:12 +01:00
|
|
|
|
2016-03-04 21:47:30 +01:00
|
|
|
var crToolInterface = cornerstoneTools.crunexTool('crTool');
|
2016-03-02 18:09:05 +01:00
|
|
|
cornerstoneTools.crTool = crToolInterface.crunex;
|
|
|
|
|
cornerstoneTools.crTool.setConfiguration(crToolInterface.defaultConfiguration);
|
|
|
|
|
cornerstoneTools.crToolTouch = crToolInterface.crunexTouch;
|
|
|
|
|
|
|
|
|
|
})($, cornerstone, cornerstoneMath, cornerstoneTools);
|