mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-17 11:50:22 +08:00
Update reference paths
This commit is contained in:
Vendored
+1
-1
@@ -4,7 +4,7 @@
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
/// <reference path="jquery-1.8.d.ts"/>
|
||||
/// <reference path="../jquery/jquery-1.8.d.ts"/>
|
||||
|
||||
module Sammy {
|
||||
export function (): Sammy.Application;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/// <reference path="../Definitions/sammyjs-0.7.d.ts" />
|
||||
/// <reference path="sammyjs-0.7.d.ts" />
|
||||
|
||||
function test_general() {
|
||||
var app = Sammy('#main', function () {
|
||||
|
||||
Reference in New Issue
Block a user