Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
cda14a10
Commit
cda14a10
authored
Jul 02, 2018
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
standard
parent
b75dd57a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
pluginAPI.js
src/app/plugin/pluginAPI.js
+1
-2
pluginManager.js
src/app/plugin/pluginManager.js
+1
-2
remix.js
test-browser/plugin/remix.js
+1
-2
No files found.
src/app/plugin/pluginAPI.js
View file @
cda14a10
...
...
@@ -59,4 +59,4 @@ module.exports = (fileProviders, compiler, udapp, tabbedMenu) => {
}
}
}
}
\ No newline at end of file
}
src/app/plugin/pluginManager.js
View file @
cda14a10
...
...
@@ -182,4 +182,4 @@ module.exports = class PluginManager {
self
.
plugins
[
name
].
content
.
querySelector
(
'iframe'
).
contentWindow
.
postMessage
(
value
,
self
.
plugins
[
name
].
origin
)
}
}
}
\ No newline at end of file
}
test-browser/plugin/remix.js
View file @
cda14a10
...
...
@@ -78,4 +78,4 @@ window.onload = function () {
id
:
39
}),
'*'
)
})
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment