Skip to content

Instantly share code, notes, and snippets.

View mmohiudd's full-sized avatar

Muntasir Mohiuddin mmohiudd

View GitHub Profile
@mmohiudd
mmohiudd / api.prototype.js
Created March 19, 2012 17:33
API prototype
/**
* API prototype class. Uses strict ECMA convention.
* This class requires jQuery.
*
* @category Prototype
* @author Muntasir Mohiuddin
*/
var API;