added tests

This commit is contained in:
dotnetnerd
2014-01-23 15:14:28 +01:00
parent 41fda8197c
commit 1050f83bf3
2 changed files with 24 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
/// <reference path="domready.d.ts" />
domready(function () {
// dom is loaded!
})