Remove jquery dependency

Add jquery to highstock
This commit is contained in:
Leon Yu
2015-11-19 00:27:08 -05:00
parent fc341765eb
commit 3b65f10dbb
4 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/// <reference path="highcharts.d.ts" />
/// <reference path="highcharts.d.ts" />
/// <reference path="../jquery/jquery.d.ts" />
function originalTests() {
-2
View File
@@ -3,8 +3,6 @@
// Definitions by: Damiano Gambarotto <http://github.com/damianog>, Dan Lewi Harkestad <http://github.com/baltie>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path='../jquery/jquery.d.ts' />
interface HighchartsPosition {
align?: string;
verticalAlign?: string;
+3 -3
View File
@@ -1,4 +1,5 @@
/// <reference path="highstock.d.ts" />
/// <reference path="highstock.d.ts" />
/// <reference path="../jquery/jquery.d.ts" />
var someData = [1, 2, 3, 4, 5, 6, 7, 8, 9];
@@ -46,7 +47,7 @@ $(function () {
inputBoxHeight: 18,
inputStyle: {
color: '#039',
fontWeight: 'bold'
fontWeight: 'bold'
},
labelStyle: {
color: 'silver',
@@ -61,4 +62,3 @@ $(function () {
}]
});
});
+1 -1
View File
@@ -1,4 +1,4 @@
// Type definitions for Highstock 2.1.5
// Type definitions for Highstock 2.1.5
// Project: http://www.highcharts.com/
// Definitions by: David Deutsch <http://github.com/DavidKDeutsch>
// Definitions: https://github.com/borisyankov/DefinitelyTyped