Created
June 10, 2016 00:06
-
-
Save TheOpenDevProject/c7b9201934766382ae9774342a372b75 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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