Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Commit

Permalink
updates for issue #964
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Neil committed Sep 16, 2013
1 parent 25883d1 commit 46d3a02
Show file tree
Hide file tree
Showing 10 changed files with 1,243 additions and 1,249 deletions.
2 changes: 1 addition & 1 deletion pkg/bb10/bbui-min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pkg/bb10/bbui-min.js

Large diffs are not rendered by default.

822 changes: 412 additions & 410 deletions pkg/bb10/bbui.css

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions pkg/bb10/bbui.js
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

/* bbUI for BB10 VERSION: 0.9.6.863*/
/* bbUI for BB10 VERSION: 0.9.6.866*/

bb = {
scroller: null,
Expand Down Expand Up @@ -6741,14 +6741,8 @@ _bb10_textInput = {
container.style.padding = '0px';
container.style['border-width'] = '0px';
container.style['background-color'] = 'transparent';
//outerElement.style.visibility = 'hidden';
}
}

if (type == 'color') {
outerElement.style.left = '0px';
outerElement.style.right = '0px';
}
}

// Set our container class
Expand Down
2 changes: 1 addition & 1 deletion pkg/bb10/ext/client.js
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

/* bbUI for BB10 VERSION: 0.9.6.863*/
/* bbUI for BB10 VERSION: 0.9.6.866*/

var _self = {},
_ID = require("./manifest.json").namespace;
Expand Down
2 changes: 1 addition & 1 deletion pkg/bb10/ext/index.js
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

/* bbUI for BB10 VERSION: 0.9.6.863*/
/* bbUI for BB10 VERSION: 0.9.6.866*/

var LIB_FOLDER = '../../lib/',
_bbUI_overlayWebView,
Expand Down

0 comments on commit 46d3a02

Please sign in to comment.