Update reference paths

This commit is contained in:
Boris Yankov
2012-11-19 01:28:08 +02:00
parent 0244e7f9a3
commit 7c82efb17a
56 changed files with 74 additions and 72 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
/// <reference path="backbone-0.9.d.ts" />
/// <reference path="knockout-2.2.d.ts" />
/// <reference path="../backbone/backbone-0.9.d.ts" />
/// <reference path="../knockout/knockout-2.2.d.ts" />
declare module Knockback {
export interface EventWatcherOptions {
emitter: (newEmitter) => void;