Skip to content

Commit

Permalink
AutoFadeIn option in open method (bug fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
appfeel committed Jun 25, 2015
1 parent 0edb427 commit 0c1ea69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/OverAppBrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ OverAppBrowser.prototype = {
};

module.exports = function(strUrl, originx,originy,width,height, isAutoFadeIn) {
isAutoFadeIn = isAutoFadeIn || false;
strUrl = urlutil.makeAbsolute(strUrl);
var oab = new OverAppBrowser();
var cb = function(eventname) {
Expand Down

0 comments on commit 0c1ea69

Please sign in to comment.