From 0bcf347382b57dd0abc423f3aca8f36f6a32173c Mon Sep 17 00:00:00 2001 From: Craig Brett Date: Mon, 23 Dec 2013 14:49:15 +0000 Subject: [PATCH] Initial commit... added file and empty tsparams file --- jasmine-fixture/jasmine-fixture.d.ts | 16 ++++++++++++++++ jasmine-fixture/jasmine-fixture.d.ts.tscparams | 1 + 2 files changed, 17 insertions(+) create mode 100644 jasmine-fixture/jasmine-fixture.d.ts create mode 100644 jasmine-fixture/jasmine-fixture.d.ts.tscparams diff --git a/jasmine-fixture/jasmine-fixture.d.ts b/jasmine-fixture/jasmine-fixture.d.ts new file mode 100644 index 000000000..4c11fe94f --- /dev/null +++ b/jasmine-fixture/jasmine-fixture.d.ts @@ -0,0 +1,16 @@ +// Type definitions for Jasmine-fixture 1.0.7 +// Project: https://github.com/searls/jasmine-fixture +// Definitions by: Craig Brett +// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped + +/** Affixes the given jquery selectors into the body and will be removed after each spec +* @param {string} selector The JQuery selector to be added to the dom +*/ +declare function affix(selector: string): JQuery; + +interface JQuery { + /** Affixes the given jquery selectors into the element and will be removed after each spec + * @param {string} selector The JQuery selector to be added to the dom + */ + affix(selector: string): JQuery; +} \ No newline at end of file diff --git a/jasmine-fixture/jasmine-fixture.d.ts.tscparams b/jasmine-fixture/jasmine-fixture.d.ts.tscparams new file mode 100644 index 000000000..e16c76dff --- /dev/null +++ b/jasmine-fixture/jasmine-fixture.d.ts.tscparams @@ -0,0 +1 @@ +""