adding a fallthrough comment

This commit is contained in:
Igor Minar 2011-01-11 17:48:30 -08:00
parent 99004b0aed
commit 9ccd2f0412

View file

@ -73,6 +73,7 @@ ResourceFactory.prototype = {
case 2:
if (isFunction(a2)) {
callback = a2;
//fallthrough
} else {
params = a1;
data = a2;