Kitware / clique

Graph editor library/application
Apache License 2.0
10 stars 6 forks source link

Standardize getMutator() to accept a node key #69

Open waxlamp opened 9 years ago

waxlamp commented 9 years ago

Mongo.getMutator() takes a "mongo record", then extracts the key, and possibly uses the data from it. Better would be to make getMutator() generally return a jQuery Deferred, and perform whatever adapter-specific activity needs to be done in that context.