ElementIterator.js 554 B

1234567891011121314151617181920212223242526272829
  1. "use strict"
  2. // Autogenerated by cport.py on 2013-09-17 14:37
  3. var ElementIterator = module.exports = function (){
  4. }, klass = ElementIterator, base = Object , proto = klass.prototype = Object.create(base.prototype, {constructor:{value:klass}});
  5. /**
  6. *
  7. * This documentation was automatically generated. Please update when you touch this function.
  8. * @method ~ElementIterator
  9. * @param
  10. *
  11. */
  12. proto.~ElementIterator = function ~ElementIterator( /* */ ){
  13. // File: path.cpp lines: 34-34
  14. // ElementIterator::~ElementIterator(){
  15. // }
  16. }