From 56b3481c312ea9318b10b7f26df2b269c247c92d Mon Sep 17 00:00:00 2001 From: Lars Michaelis Date: Wed, 2 Dec 2015 11:30:10 +0100 Subject: [PATCH] make it compile with npm test --- jsf/jsf-tests.ts | 1 - jsf/jsf.d.ts | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/jsf/jsf-tests.ts b/jsf/jsf-tests.ts index c944bc72d..b56749a4a 100644 --- a/jsf/jsf-tests.ts +++ b/jsf/jsf-tests.ts @@ -1,3 +1,2 @@ /// -import jsf = require("jsf"); diff --git a/jsf/jsf.d.ts b/jsf/jsf.d.ts index 14f7b407d..9c7f6a43d 100644 --- a/jsf/jsf.d.ts +++ b/jsf/jsf.d.ts @@ -1,6 +1,6 @@ -// Type definitions for for the JSF 2.0 Ajax request API. +// Type definitions for for the JSF 2.0 Ajax request API // Project: https://docs.oracle.com/cd/E17802_01/j2ee/javaee/javaserverfaces/2.0/docs/js-api/symbols/jsf.ajax.html -// Definitions by: Lars Michaelis and Stephan Zerhusen +// Definitions by: Lars Michaelis and Stephan Zerhusen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module "jsf" {