Skip to content

Instantly share code, notes, and snippets.

@kuc-arc-f
Created April 27, 2015 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kuc-arc-f/171eb60967e362d742db to your computer and use it in GitHub Desktop.
Save kuc-arc-f/171eb60967e362d742db to your computer and use it in GitHub Desktop.
agri-blog1-3a-js
onload = function() {
Parse.initialize(mAPP_ID, mJS_KEY);
var TodoModel = Parse.Object.extend({
className: mClassName
});
$('#id-font-mcid').text(mMC_ID);
var senApp = new SensorApp( );
senApp.proc_start_prog();
senApp.init_proc(TodoModel);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment