Updated Events Module, and modularized tests

This commit is contained in:
Timothy Warren 2011-11-01 08:29:53 -04:00
parent 8969cd31cb
commit d64b83d2e5
1 changed files with 2 additions and 0 deletions

View File

@ -1091,6 +1091,8 @@ if (typeof document !== "undefined" && !("classList" in document.createElement("
*/
(function (){
"use strict";
// Property name for expandos on DOM objects
var kis_expando = "KIS_0_3_0";