mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-24 05:43:43 +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:
|
case 2:
|
||||||
if (isFunction(a2)) {
|
if (isFunction(a2)) {
|
||||||
callback = a2;
|
callback = a2;
|
||||||
|
//fallthrough
|
||||||
} else {
|
} else {
|
||||||
params = a1;
|
params = a1;
|
||||||
data = a2;
|
data = a2;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue