Fixed a bunch of issues, added more unit tests. All pass

This commit is contained in:
Timothy Warren 2011-07-14 21:53:16 -04:00
parent 457ccf07a4
commit 226c4c38c4
1 changed files with 1 additions and 1 deletions

2
kis.js
View File

@ -6,7 +6,7 @@
*/ */
(function (){ (function (){
//"use strict"; "use strict";
// Property name for expandos on DOM objects // Property name for expandos on DOM objects
var kis_expando = "KIS_0_2_0"; var kis_expando = "KIS_0_2_0";