Remove invalid references

This commit is contained in:
Ryan Cavanaugh
2016-05-10 16:27:59 -07:00
parent 612c172c52
commit e105eabd48
290 changed files with 255 additions and 746 deletions

View File

@@ -1,7 +1,3 @@
/// <reference types="handlebars-1.0.0" />
var App : any;
App = Em.Application.create<Em.Application>();

4
ember/index.d.ts vendored
View File

@@ -4,9 +4,7 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="jquery" />
/// <reference types="handlebars-1.0.0" />
declare var Handlebars: HandlebarsStatic;
/// <reference types="handlebars" />
declare namespace EmberStates {