Skip to content

Commit

Permalink
remove triple-slash references from source
Browse files Browse the repository at this point in the history
  • Loading branch information
leftstick committed Apr 13, 2016
1 parent 25f6d26 commit 717debe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion dist/angular2-baidu-map.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference path="../node_modules/angular2/typings/browser.d.ts" />
import { SimpleChange, OnInit, OnChanges, ElementRef } from 'angular2/core';
export declare class BaiduMap implements OnInit, OnChanges {
private el;
Expand Down
2 changes: 0 additions & 2 deletions src/angular2-baidu-map.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/// <reference path="../node_modules/angular2/typings/browser.d.ts"/>

import {Component, SimpleChange, Input, OnInit, OnChanges, ChangeDetectionStrategy, ElementRef} from 'angular2/core';

@Component({
Expand Down
6 changes: 4 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
},
"buildOnSave": false,
"compileOnSave": false,
"exclude": [
"node_modules"
"files": [
"node_modules/angular2/typings/browser.d.ts",
"src/angular2-baidu-map.ts",
"Object.d.ts"
],
"atom": {
"rewriteTsconfig": true,
Expand Down

0 comments on commit 717debe

Please sign in to comment.