1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/pkg/html/static
3timeslazy f91fbf6f8c Feature/#95 deepclone (#101)
* rename method Clone to Copy

* added Cloneable interface

* added Value to Cloneable interface

* implemented Cloneable intefrace by array

* implemented Cloneable interface by Object

* unit tests for Object.Clone

* move core.IsCloneable to value.go

* change Clone function

* move IsClonable to package values
2018-10-12 11:58:08 -04:00
..
document_test.go Moved html drivers outside of standard library 2018-10-07 21:32:30 -04:00
document.go Feature/inner html element child (#82) 2018-10-08 20:20:40 -04:00
driver.go Feature/#95 deepclone (#101) 2018-10-12 11:58:08 -04:00
element_test.go Moved html drivers outside of standard library 2018-10-07 21:32:30 -04:00
element.go Feature/#95 deepclone (#101) 2018-10-12 11:58:08 -04:00
options.go Bug/#31 ua (#73) 2018-10-07 22:18:57 -04:00