kissyteam / kissy

A Powerful Collection Of Modules
http://docs.kissyui.com
2.7k stars 862 forks source link

KISSY.add does not allow undefined parameter #680

Closed yiminghe closed 10 years ago

yiminghe commented 10 years ago

wrong!

KISSY.add(function(S, undefined){
})

correct

KISSY.add(function(S){
   var undefined;
})
yiminghe commented 10 years ago

changed in 1.4.8