Fixing bug in test

This commit is contained in:
Anders Hejlsberg 2015-07-13 11:17:26 -07:00
parent d78fa183a3
commit 2eca3d59da

View File

@ -383,6 +383,7 @@ module Underscore {
evaluate?: RegExp;
interpolate?: RegExp;
escape?: RegExp;
variable?: string;
}
export interface Static {