coderespawn / dock-spawn

Dock Spawn is a web based dock layout engine that aids in creating flexible user interfaces by enabling panels to be docked on the screen similar to Visual Studio IDE
http://dockspawn.com
MIT License
255 stars 76 forks source link

Update for dart-1.1 breaking changes #12

Closed hyamamoto closed 10 years ago

hyamamoto commented 10 years ago
I couldn't get this nice looking library on pub repository compiled with the latest Dart 1.1. So this little commit comes up.

* Changed a dependent "browser" version to ">=0.9.1"
* Replaced deprecated calls like "json.stringfy" with "convert.something"
* Implemented hashCode() function for "Point2" class.

I'm not really sure I could just change "browser" version to 0.9.1. But "'>=0.3.5+1 <0.3.6'" was too restrictive to incorporate with other libraries.

coderespawn commented 10 years ago

Thanks Hiroshi. I've tested and it looks good. Please add your name to the AUTHORS file