Update: Framework Dependancies Updated

Update: jQuery 1.9.1, jQuery UI 1.10, T4MVC, jQuery Validate,
Highcharts, Knockout, tinymce; Remove: dotless compiler
This commit is contained in:
Gary Sharp
2013-02-19 16:14:00 +11:00
parent e589c5edb4
commit a76cd8c829
78 changed files with 74564 additions and 52660 deletions
@@ -2908,7 +2908,7 @@ if (CanvasRenderingContext2D) {
});
}
}/**
* @license Highcharts JS v2.2.1 (2012-03-15)
* @license Highcharts JS v2.3.5 (2012-12-19)
* CanVGRenderer Extension module
*
* (c) 2011-2012 Torstein Hønsi, Erik Olsson
@@ -2933,7 +2933,6 @@ if (CanvasRenderingContext2D) {
extend = Highcharts.extend,
merge = Highcharts.merge,
addEvent = Highcharts.addEvent,
placeBox = Highcharts.placeBox,
createElement = Highcharts.createElement,
discardElement = Highcharts.discardElement;
@@ -3034,7 +3033,7 @@ if (CanvasRenderingContext2D) {
tooltipDiv.innerHTML = args.text;
// Compute the best position for the tooltip based on the divs size and container size.
position = placeBox(tooltipDiv.offsetWidth, tooltipDiv.offsetHeight, offsetLeft, offsetTop, chartContainer.offsetWidth, chartContainer.offsetHeight, {x: args.x, y: args.y}, 12);
position = chart.tooltip.getPosition(tooltipDiv.offsetWidth, tooltipDiv.offsetHeight, {plotX: args.x, plotY: args.y});
css(tooltipDiv, {
visibility: VISIBLE,