adobe / brackets-phonegap

A brackets extension for PhoneGap development.
112 stars 52 forks source link

Fix #30 by forcing project ID to be a Number #34

Closed ryanstewart closed 11 years ago

ryanstewart commented 11 years ago

When linking a project the code pulled down the id of the project by using .val() on a jQuery object. This code casts the val using Number() so it registers a number.

tpryan commented 11 years ago

Great fix, thanks @ryanstewart.