thomthom / SKUI

Ruby wrapper of classes that maps to GUI controls in SketchUp's UI::WebDialogs
MIT License
26 stars 14 forks source link

Typo #71

Closed jimfoltz closed 10 years ago

jimfoltz commented 10 years ago

https://github.com/thomthom/SKUI/blob/master/src/SKUI/window.rb#L88

This line:

      @bridge.call( 'Webdialog.get_client_size' )

should be

      @bridge.call( 'WebDialog.get_client_size' )