Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
renderjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sven Franck
renderjs
Commits
3fbd6e26
Commit
3fbd6e26
authored
Jul 09, 2013
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop unused code.
parent
e5140d38
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
renderjs.js
renderjs.js
+0
-15
No files found.
renderjs.js
View file @
3fbd6e26
...
...
@@ -81,17 +81,6 @@
return
this
.
html
;
});
// $.parseGadgetHTML = function (data) {
// // var xml = $.parseXML(data);
// // var xml = $(data);
// // console.log(xml);
// return data;
// // return new RenderJSGadget();
// };
//
// function RenderJS() {
// }
methods
=
{
loadGadgetFromDom
:
function
()
{
$
(
this
).
find
(
'
[data-gadget-path]
'
).
each
(
function
(
index
,
value
)
{
...
...
@@ -386,10 +375,6 @@
// console.log("Declaring gadget " + url);
// // console.log(settings.context.html());
// return dfr.promise();
// };
// declareJavascript = function () {
// console.log($(this).attr('src') + " JS loaded");
// };
///////////////////////////////////////////////////
...
...
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