Skip to content

Commit

Permalink
See #49. Add unformatted TypeScript example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavin001 committed Oct 17, 2014
1 parent dcc9e2d commit 80701cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/simple-jsbeautifyrc/test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module TestModule {
export class A {
constructor(private a: string) {
}
}
export class B extends A {
}
export class A {
constructor(private a: string) {
}
}
export class B extends A {
}
};

0 comments on commit 80701cf

Please sign in to comment.