Jump to content

web interface development contributions


leathalinjexion

Recommended Posts

I would like to contribute by helping with the web interface javascript, I work with JavaScript at an enterprise level and would like to help setup name spaces for the api and infusions, im happy to send PR's for review but wanted to touch base so i don't undo or step on any toes.

Stuff like the following

// set up namespace for sharing across multiple files
var MyApp = MyApp || {};

(function(window, $, exports, undefined) {
'use strict';

// if this function or object should be global, attach it to the namespace
exports.myGlobalFunction = function(params) {
return params;
};

})(window, jQuery, MyApp);
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...