Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#2521 from bashor/patch-1
Browse files Browse the repository at this point in the history
Remove extra declaration of Em.Handlebars.compile in ember.d.ts
  • Loading branch information
basarat committed Jul 21, 2014
2 parents 746a195 + ad8d43a commit 1f169d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ember/ember.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2235,7 +2235,6 @@ declare module Em {
var print: typeof Ember.Handlebars.print;
var logger: typeof Ember.Handlebars.logger;
var log: typeof Ember.Handlebars.log;
var compile: typeof Ember.Handlebars.compile;
}
class HashLocation extends Ember.HashLocation { }
class HistoryLocation extends Ember.HistoryLocation { }
Expand Down

0 comments on commit 1f169d0

Please sign in to comment.