mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
corrected typo in the dump function which was preventig serialization of objects
This commit is contained in:
parent
ba6b68b6ae
commit
aaaad298ac
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ if (window.jstestdriver) {
|
|||
if (isElement(arg)) {
|
||||
arg = sortedHtml(arg);
|
||||
} else if (isObject(arg)) {
|
||||
org = toJson(arg, true);
|
||||
arg = toJson(arg, true);
|
||||
}
|
||||
args.push(arg);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue