mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+1
-1
@@ -553,7 +553,7 @@ interface KnockoutComputedContext {
|
||||
// refactored types into a namespace to reduce global pollution
|
||||
// and used Union Types to simplify overloads (requires TypeScript 1.4)
|
||||
//
|
||||
declare module KnockoutComponentTypes {
|
||||
declare namespace KnockoutComponentTypes {
|
||||
|
||||
interface Config {
|
||||
viewModel?: ViewModelFunction | ViewModelSharedInstance | ViewModelFactoryFunction | AMDModule;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
// See https://github.com/knockout/knockout/blob/v3.4.0/spec/lib/jasmine.extensions.js
|
||||
// FYI jasmine-jquery.d.ts (https://github.com/velesin/jasmine-jquery) also defines toContainHtml() and toContainText()
|
||||
|
||||
declare module jasmine {
|
||||
declare namespace jasmine {
|
||||
interface Matchers {
|
||||
toContainHtml(expected: string): boolean;
|
||||
toContainText(expected: string): boolean;
|
||||
|
||||
Reference in New Issue
Block a user