Skip to content

Commit

Permalink
Map DocumentViewer to Ti.UI.iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
FokkeZB committed Mar 24, 2015
1 parent a39ba2c commit a657715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Alloy/common/constants.js
Expand Up @@ -187,12 +187,12 @@ exports.IMPLICIT_NAMESPACES = {
// Ti.UI.iOS
AdView: NS_TI_UI_IOS,
CoverFlowView: NS_TI_UI_IOS,
DocumentViewer: NS_TI_UI_IOS,
NavigationWindow: NS_TI_UI_IOS,
TabbedBar: NS_TI_UI_IOS,
Toolbar: NS_TI_UI_IOS,

// Ti.UI.iPad
DocumentViewer: NS_TI_UI_IPAD,
Popover: NS_TI_UI_IPAD,
SplitWindow: NS_TI_UI_IPAD,

Expand Down

0 comments on commit a657715

Please sign in to comment.