Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#9885 from marcelgood/breeze_defini…
Browse files Browse the repository at this point in the history
…tion_changes

Updated with changes from breeze.js master repo.
  • Loading branch information
RyanCavanaugh authored Jun 30, 2016
2 parents 0b93b22 + 9dd59e8 commit 8ad4e5e
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 129 deletions.
2 changes: 1 addition & 1 deletion breeze/breeze-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ function test_config() {
o = config.getAdapter("myInterfaceName", "myAdapterName");
o = config.getAdapterInstance("myInterfaceName", "myAdapterName");
config.initializeAdapterInstance("myInterfaceName", "myAdapterName", true);
config.initializeAdapterInstances({ x: 3, y: "not" });
config.initializeAdapterInstances({ ajax: "", dataService: "" });
s = config.interfaceInitialized.type;
o = config.interfaceRegistry;
o = config.objectRegistry;
Expand Down
Loading

0 comments on commit 8ad4e5e

Please sign in to comment.