extensibleweb / webidl.js

An implementation of WebIDL in ECMAScript
55 stars 14 forks source link

implement double type #14

Closed marcoscaceres closed 11 years ago

marcoscaceres commented 11 years ago

http://www.w3.org/TR/WebIDL/#idl-double

marcoscaceres commented 11 years ago

Implemented but untested. Waiting in pull request queue.

marcoscaceres commented 11 years ago

Blocked by: https://github.com/extensibleweb/webidl.js/issues/50

marcoscaceres commented 11 years ago

No longer blocked.

Needs code review: https://github.com/extensibleweb/webidl.js/blob/master/lib/types/Double.js