I'm attempting to use the sourcemaps included in the trial version to be able to view the original, unminified version of the scheduler to help track down a bug we're experiencing with the Kendo scheduler in our application. I've altered the sourceRoot directive of kendo.scheduler.min.js.map (because I am hosting the sourcemap + original javascript file in their own folder on a webserver) but unfortunately the sourcemap appears to (at least in Chrome and Chrome Canary) generate an empty file.
Any ideas?