fix(cfp): Uninitialize variable and change in recreate gist url
This commit is contained in:
parent
b10b8e3ba2
commit
a2ab19c78d
37 changed files with 74 additions and 74 deletions
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ const App = (props) => {
|
|||
*/
|
||||
|
||||
// Adds support for loading an external pattern configuration
|
||||
let recreate
|
||||
let recreate = false
|
||||
if (window) recreate = window.location.pathname.substr(1).split('/')
|
||||
if (recreate.length === 3 && recreate[0] === 'from')
|
||||
if (recreate.length === 3 && recreate[0] === 'recreate')
|
||||
recreate = { from: recreate[1], id: recreate[2] }
|
||||
else recreate = false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue