<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using the &amp;quot;inherited&amp;quot; function when using strict mode in Tools</title>
    <link>https://community.cisco.com/t5/tools/using-the-quot-inherited-quot-function-when-using-strict-mode/m-p/3501761#M194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi AbdulRahman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That must be a late response, but have you figured out what was the reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jul 2016 03:23:36 GMT</pubDate>
    <dc:creator>alzverev</dc:creator>
    <dc:date>2016-07-18T03:23:36Z</dc:date>
    <item>
      <title>Using the "inherited" function when using strict mode</title>
      <link>https://community.cisco.com/t5/tools/using-the-quot-inherited-quot-function-when-using-strict-mode/m-p/3501760#M193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to file an issue, but I didn't find a better place that this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a code that is fully written in TypeScript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TypeScript emits "use strict" into all the generated JavaScript files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was then using neXt to draw a topology, but I needed to use the inherited function. This function uses the "caller" attribute of the function prototype to find the base function and call it. However, caller is not allowed when using "use strict"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way to implement inherited maybe?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 12:16:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/using-the-quot-inherited-quot-function-when-using-strict-mode/m-p/3501760#M193</guid>
      <dc:creator>a.alhamali931</dc:creator>
      <dc:date>2016-05-19T12:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using the "inherited" function when using strict mode</title>
      <link>https://community.cisco.com/t5/tools/using-the-quot-inherited-quot-function-when-using-strict-mode/m-p/3501761#M194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi AbdulRahman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That must be a late response, but have you figured out what was the reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 03:23:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/using-the-quot-inherited-quot-function-when-using-strict-mode/m-p/3501761#M194</guid>
      <dc:creator>alzverev</dc:creator>
      <dc:date>2016-07-18T03:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using the "inherited" function when using strict mode</title>
      <link>https://community.cisco.com/t5/tools/using-the-quot-inherited-quot-function-when-using-strict-mode/m-p/3501762#M195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately no, now, whenever I want to call inherited, I go instead to the parent class, take the code, and copy/paste it instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the "caller" cannot be used in strict mode, so the implementation of inherited must be changed in order for it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw, is the library even still under development? No replies have been received on the forum or the mailing list in months&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 13:50:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/using-the-quot-inherited-quot-function-when-using-strict-mode/m-p/3501762#M195</guid>
      <dc:creator>a.alhamali931</dc:creator>
      <dc:date>2016-08-19T13:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using the "inherited" function when using strict mode</title>
      <link>https://community.cisco.com/t5/tools/using-the-quot-inherited-quot-function-when-using-strict-mode/m-p/3501763#M196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdul Rahman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the development is active and the package will be included into the next release of OpenDaylight. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are sorry for rare responses as we are snowed under with work at this point. I'll take care of answers on this forum shortly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Aug 2016 00:24:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/using-the-quot-inherited-quot-function-when-using-strict-mode/m-p/3501763#M196</guid>
      <dc:creator>alzverev</dc:creator>
      <dc:date>2016-08-20T00:24:20Z</dc:date>
    </item>
  </channel>
</rss>

