Skip to content
This repository was archived by the owner on Apr 16, 2019. It is now read-only.

Commit 0b996e3

Browse files
author
Ian Maffett
committed
rebuild from popup fix
1 parent 3135ae1 commit 0b996e3

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

build/ui/appframework.ui.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! intel-appframework - v2.1.0 - 2014-03-28 */
1+
/*! intel-appframework - v2.1.0 - 2014-03-30 */
22

33
/**
44
* af.actionsheet - an actionsheet for html5 mobile apps
@@ -3482,6 +3482,7 @@ if (!Date.now)
34823482
};
34833483
this.id = opts.id = opts.id || $.uuid(); //opts is passed by reference
34843484
this.addCssClass = opts.addCssClass ? opts.addCssClass : "";
3485+
this.suppressTitle = opts.suppressTitle || this.suppressTitle;
34853486
this.title = opts.suppressTitle ? "" : (opts.title || "Alert");
34863487
this.message = opts.message || "";
34873488
this.cancelText = opts.cancelText || "Cancel";
@@ -3519,7 +3520,7 @@ if (!Date.now)
35193520
cancelOnly: false,
35203521
onShow: null,
35213522
autoCloseDone: true,
3522-
supressTitle: false,
3523+
suppressTitle: false,
35233524
show: function () {
35243525
var self = this;
35253526
var markup = "<div id='" + this.id + "' class='afPopup hidden "+ this.addCssClass + "'>"+

build/ui/appframework.ui.min.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)