drewm / hkit

Automatically exported from code.google.com/p/hkit
0 stars 0 forks source link

Change private functions to be protected for one to be able to extend hkit class. #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. extend private function
2. use own extended function
3. fail

What is the expected output? What do you see instead?
Own function to be used 

What version of the product are you using? On what operating system?
r21

Please provide any additional information below.
Private functions like loadURL() or tidyThis() should be changed to
protected, so one can extend hkit class.

Original issue reported on code.google.com by teemu.au...@gmail.com on 29 Jan 2010 at 12:15

Attachments: