rabble-rouser / Healthspek-WebSpeks

Healthspek Web Speks Developer's Guide and Quick-Start Template
0 stars 0 forks source link

Can we change window.open() to hspek.open()? #10

Closed peterbee closed 10 years ago

peterbee commented 10 years ago

Now that we have removed support for native HTML interactions, overriding window.open() is not necessary. It would be more semantic and less intrusive on native code to isolate API open() and close() methods within the API class.

peterbee commented 10 years ago

window.open() and window.close() have been changed to hspek.open() and hspek.close()