mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
adding a fallthrough comment
This commit is contained in:
parent
99004b0aed
commit
9ccd2f0412
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ ResourceFactory.prototype = {
|
|||
case 2:
|
||||
if (isFunction(a2)) {
|
||||
callback = a2;
|
||||
//fallthrough
|
||||
} else {
|
||||
params = a1;
|
||||
data = a2;
|
||||
|
|
|
|||
Loading…
Reference in a new issue