Deleted actual files that should not have been checked in

This commit is contained in:
Patrick Steele-Idem 2014-02-26 15:02:59 -07:00
parent 46ec3fbb43
commit e0af3a33cd
4 changed files with 0 additions and 56 deletions

View File

@ -1,19 +0,0 @@
module.exports = function create(helpers) {
var empty = helpers.e,
notEmpty = helpers.ne,
raptor_widgets_taglib_widget_tag = require("raptor-widgets/taglib/widget-tag");
return function render(data, context) {
context.t(
raptor_widgets_taglib_widget_tag,
{
"path": require.resolve("./widget"),
"_cfg": data.widgetConfig
},
function(widget) {
context.w('<div class="foo"')
.a("id", widget.elId())
.w('>Foo</div>');
});
};
}

View File

@ -1,19 +0,0 @@
module.exports = function create(helpers) {
var empty = helpers.e,
notEmpty = helpers.ne,
raptor_widgets_taglib_widget_tag = require("raptor-widgets/taglib/widget-tag");
return function render(data, context) {
context.t(
raptor_widgets_taglib_widget_tag,
{
"path": require.resolve("./widget"),
"_cfg": data.widgetConfig
},
function(widget) {
context.w('<div class="foo"')
.a("id", widget.elId())
.w('>Foo</div>');
});
};
}

View File

@ -1,6 +0,0 @@
<div class="foo" id="w0"><div class="bar" id="w1"><div class="foo" id="w2"></div></div><div class="bar" id="w3"></div></div> a <div class="bar" id="w4"></div><script type="text/javascript">$rmod.run("/", function(require, exports, module, __filename, __dirname) { var a=require("/$/raptor-widgets")._init
a("/foo/widget","w0",0,0,0,0,
a("/bar/widget","w1",0,0,0,0,
a("/foo/widget","w2",0,0,0,0)),
a("/bar/widget","w3",0,0,0,0))
a("/bar/widget","w4",0,0,0,0) });</script>

View File

@ -1,12 +0,0 @@
module.exports = function create(helpers) {
var empty = helpers.e,
notEmpty = helpers.ne,
taglib_init_widgets_tag = require("../../taglib/init-widgets-tag");
return function render(data, context) {
context.i("./foo/view.rhtml", {}, require)
.t(
taglib_init_widgets_tag,
{});
};
}