Skip to content

Commit

Permalink
Update V5.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Oct 28, 2011
1 parent cf308c4 commit 6a5fe19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion V5.js
Expand Up @@ -448,7 +448,7 @@
}
var args = hash.split("/");
var viewName = args.shift();
V5.trigger("openView", viewName, effectColumn, args);
V5.trigger("openView", viewName, effectColumn, args, this.viewport);
};

/**
Expand Down

0 comments on commit 6a5fe19

Please sign in to comment.