Skip to content

Commit

Permalink
refactor(main): remove typings ref comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Mar 21, 2017
1 parent 4fc5173 commit 4f49b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Created by tushar on 17/02/17.
*/
/// <reference path="../typings/index.d.ts"/>

import {create} from './sources/Create'
import {debounce} from './operators/Debounce'
import {delay} from './operators/Delay'
Expand Down

0 comments on commit 4f49b65

Please sign in to comment.