Skip to content

Commit

Permalink
chore(demos): fix quotation marks to pass lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kara committed Apr 22, 2016
1 parent 9366c3e commit f8c8ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/demo-app/demo-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {ListDemo} from './list/list-demo';
import {InputDemo} from './input/input-demo';
import {LiveAnnouncerDemo} from './live-announcer/live-announcer-demo';
import {GesturesDemo} from './gestures/gestures-demo';
import {GridListDemo} from "./grid-list/grid-list-demo";
import {GridListDemo} from './grid-list/grid-list-demo';

@Component({
selector: 'home',
Expand Down
2 changes: 1 addition & 1 deletion src/demo-app/grid-list/grid-list-demo.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Component} from 'angular2/core';
import {MdGridList} from "../../components/grid-list/grid-list";
import {MdGridList} from '../../components/grid-list/grid-list';

@Component({
selector: 'grid-list-demo',
Expand Down

0 comments on commit f8c8ae6

Please sign in to comment.