예제 #1
0
 shouldSetupRegistryInIncluded: function() {
   return !checker.isAbove(this, '0.2.0');
 },
예제 #2
0
CoffeescriptES6Addon.prototype.shouldSetupRegistryInIncluded = function() {
  return !checker.isAbove(this, '0.2.0');
}