mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Remove jquery dependency
Add jquery to highstock
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="highcharts.d.ts" />
|
||||
/// <reference path="highcharts.d.ts" />
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
function originalTests() {
|
||||
|
||||
Vendored
-2
@@ -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;
|
||||
|
||||
@@ -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 () {
|
||||
}]
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user