From 35f9ae3f620a1ec666c3e35eabac5ccaba8d1d08 Mon Sep 17 00:00:00 2001 From: Yura Evtushenko Date: Tue, 25 Aug 2015 05:26:10 +0700 Subject: [PATCH] fix from and to params --- jug/jug.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jug/jug.d.ts b/jug/jug.d.ts index 820700b8c..e1d4a6cbf 100644 --- a/jug/jug.d.ts +++ b/jug/jug.d.ts @@ -76,7 +76,7 @@ declare module "jug" { /** * Verify if the current node is the root. */ - isRoot(): boolean + isRoot(): boolean; /** * Set node data. @@ -91,10 +91,10 @@ declare module "jug" { /** * Get distance between nodes. - * @param from {string} - * @param to {string} + * @param from + * @param to */ - proximity(from, to): Array; + proximity(from:string, to:string): Array; /** * Find a node.