Update [page-manager::refresh]

This commit is contained in:
xdrm-brackets 2016-11-05 10:27:56 +01:00
parent 50d7babcda
commit 64e3ce58ac
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ pageManagerClass.prototype = {
*/
refresh: function(refresher){
if( refresher instanceof Function ){
this.refresher = refresher;
return;