Skip to content

Commit

Permalink
remove inappropriate information from API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
drnextgis committed Mar 17, 2016
1 parent 242a093 commit f4bb232
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/ol/ol.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,14 +256,6 @@ ol.WEBGL_EXTENSIONS; // value is set in `ol.has`
* var child = new ChildClass('a', 'b', 'see');
* child.foo(); // This works.
*
* In addition, a superclass' implementation of a method can be invoked as
* follows:
*
* ChildClass.prototype.foo = function(a) {
* ChildClass.base(this, 'foo', a);
* // Other code here.
* };
*
* @param {!Function} childCtor Child constructor.
* @param {!Function} parentCtor Parent constructor.
* @function
Expand Down

0 comments on commit f4bb232

Please sign in to comment.