Skip to content

Instantly share code, notes, and snippets.

@TheOpenDevProject
Created June 10, 2016 00:06
Show Gist options
  • Save TheOpenDevProject/c7b9201934766382ae9774342a372b75 to your computer and use it in GitHub Desktop.
Save TheOpenDevProject/c7b9201934766382ae9774342a372b75 to your computer and use it in GitHub Desktop.
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var mClass = exports.mClass = function mClass() {
_classCallCheck(this, mClass);
$("#bindme").on('click', function () {});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment