Skip to content

Commit

Permalink
[Api] _StateAware.push() becomes _StateAware.pushState()
Browse files Browse the repository at this point in the history
  • Loading branch information
sirprize committed Oct 15, 2013
1 parent 1eaf226 commit 833687f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _StateAware.js
Expand Up @@ -11,7 +11,7 @@ define([
"use strict";

return declare([], {
push: function (url) {
pushState: function (url) {
topic.publish('dojomat/_StateAware/push-state', { url: url });

if (document.body.scrollTop) {
Expand Down

0 comments on commit 833687f

Please sign in to comment.