LoginSignup
22

More than 5 years have passed since last update.

posted at

updated at

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

class @GlobalClass
// Generated by CoffeeScript 1.3.3
(function() {
  this.GlobalClass = (function() {
    function GlobalClass() {}
    return GlobalClass;
  })();
}).call(this);

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
What you can do with signing up
22