Skip to content

Commit b06e34f

Browse files
committed
Merge pull request #825 from codegoat/master
[changed] Change Navigation to return the result of goBack()
2 parents 97847fa + 62c49d2 commit b06e34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ var Navigation = {
6464
* Transitions to the previous URL.
6565
*/
6666
goBack: function () {
67-
this.context.goBack();
67+
return this.context.goBack();
6868
}
6969

7070
};

0 commit comments

Comments
 (0)