зеркало из https://github.com/mozilla/gecko-dev.git
Follow-up to bug 1045498. Fix Loop's ui-showcase to load properly. rs=nperriault over irc, NPOTB so DONTBUILD
This commit is contained in:
Родитель
f433ae9192
Коммит
47d6d474ac
|
@ -535,7 +535,7 @@
|
|||
Section({name: "UnsupportedBrowserView"},
|
||||
Example({summary: "Standalone Unsupported Browser"},
|
||||
React.DOM.div({className: "standalone"},
|
||||
UnsupportedBrowserView(null)
|
||||
UnsupportedBrowserView({helper: {isFirefox: returnFalse}})
|
||||
)
|
||||
)
|
||||
),
|
||||
|
|
|
@ -535,7 +535,7 @@
|
|||
<Section name="UnsupportedBrowserView">
|
||||
<Example summary="Standalone Unsupported Browser">
|
||||
<div className="standalone">
|
||||
<UnsupportedBrowserView />
|
||||
<UnsupportedBrowserView helper={{isFirefox: returnFalse}}/>
|
||||
</div>
|
||||
</Example>
|
||||
</Section>
|
||||
|
|
Загрузка…
Ссылка в новой задаче