Implemented Location.assign

This commit is contained in:
Keith Yeung 2015-02-06 09:25:59 +08:00
parent c360b75e16
commit 75e5c6fcdb
3 changed files with 7 additions and 10 deletions

View file

@ -5,7 +5,7 @@
// http://www.whatwg.org/html/#location
/*[Unforgeable]*/ interface Location {
//void assign(DOMString url);
void assign(DOMString url);
//void replace(DOMString url);
//void reload();
};