mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 21:40:21 +00:00
Added missing browser properties to test.
This commit is contained in:
@@ -227,7 +227,11 @@ function Sys_Application_LoadEventArgs_Tests() {
|
||||
function Sys_Browser_Tests() {
|
||||
|
||||
var browser = Sys.Browser();
|
||||
|
||||
var agent = browser.agent;
|
||||
var name = browser.name;
|
||||
var version = browser.version;
|
||||
var hasDebuggerStatement = browser.hasDebuggerStatement;
|
||||
|
||||
}
|
||||
|
||||
function Sys_CancelEventArgs_Tests() {
|
||||
@@ -406,7 +410,6 @@ function Sys_Services_Profile_Service_Group_Tests() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
function AspNetTypes_Tests() {
|
||||
|
||||
Type.registerNamespace("Samples");
|
||||
|
||||
Reference in New Issue
Block a user