[PE] Fix Bug 35580.
This commit is contained in:
parent
2418ccb312
commit
5105efaf4b
|
@ -1768,7 +1768,7 @@ define([
|
||||||
var mnuPreview = new Common.UI.MenuItem({
|
var mnuPreview = new Common.UI.MenuItem({
|
||||||
caption : me.txtPreview
|
caption : me.txtPreview
|
||||||
}).on('click', function(item) {
|
}).on('click', function(item) {
|
||||||
var current = this.api.getCurrentPage();
|
var current = me.api.getCurrentPage();
|
||||||
Common.NotificationCenter.trigger('preview:start', _.isNumber(current) ? current : 0);
|
Common.NotificationCenter.trigger('preview:start', _.isNumber(current) ? current : 0);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue