Changeset 4:6979313586cf in OKFNAnnotator (for Zope) for annotator_files/lib/plugin/unsupported.js


Ignore:
Timestamp:
Aug 27, 2012, 5:05:38 PM (12 years ago)
Author:
casties
Branch:
default
Message:

new version of annotator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • annotator_files/lib/plugin/unsupported.js

    r3 r4  
    1 var __hasProp = Object.prototype.hasOwnProperty,
    2   __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor; child.__super__ = parent.prototype; return child; };
     1// Generated by CoffeeScript 1.3.3
     2var __hasProp = {}.hasOwnProperty,
     3  __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
    34
    45Annotator.Plugin.Unsupported = (function(_super) {
     
    78
    89  function Unsupported() {
    9     Unsupported.__super__.constructor.apply(this, arguments);
     10    return Unsupported.__super__.constructor.apply(this, arguments);
    1011  }
    1112
Note: See TracChangeset for help on using the changeset viewer.