Template:Team:TU Delft/PartView

From 2010.igem.org

(Difference between revisions)
Line 15: Line 15:
window['_jsonpCallback' + partName] = function (part) {
window['_jsonpCallback' + partName] = function (part) {
// this will be called by JSON code
// this will be called by JSON code
-
alert(part.name ': ' + part.desc);
+
alert(part.name + ': ' + part.desc);
};
};

Revision as of 19:32, 26 October 2010