We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b5cc1 commit 1fc9928Copy full SHA for 1fc9928
Chapter 4/Facade.js
@@ -11,7 +11,7 @@ var Westeros;
11
Fleet.prototype.resupply = function () {
12
};
13
14
- Fleet.prototype.attach = function (destination) {
+ Fleet.prototype.attack = function (destination) {
15
//attack a city
16
17
return Fleet;
Chapter 4/Facade.ts
@@ -37,8 +37,9 @@ module Westeros.Transportation{
37
}
38
39
module Azure.Settings{
40
- public interface SettingSaver{
+ export interface SettingSaver{
41
Save(settings: Settings);
42
Retrieve():Settings;
43
44
+ export interface Settings{}
45
0 commit comments