All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.bower.lib.node_modules.github.templates.section.js.tpl Maven / Gradle / Ivy

/**
 *  mixin <%sectionName%>
 *
 *  Copyright 2012 Cloud9 IDE, Inc.
 *
 *  This product includes software developed by
 *  Cloud9 IDE, Inc (http://c9.io).
 *
 *  Author: Mike de Boer 
 **/

"use strict";

var error = require("./../../error");
var Util = require("./../../util");

var <%sectionName%> = module.exports = {
    <%sectionName%>: {}
};

(function() {
<%sectionBody%>
}).call(<%sectionName%>.<%sectionName%>);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy