LoginSignup
22
22

More than 5 years have passed since last update.

CoffeeScriptのclassをグローバルに定義する。

Last updated at Posted at 2012-07-06
class @GlobalClass
// Generated by CoffeeScript 1.3.3
(function() {
  this.GlobalClass = (function() {
    function GlobalClass() {}
    return GlobalClass;
  })();
}).call(this);
22
22
4

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
22
22