~bcsaller/juju-gui/exportXY

« back to all changes in this revision

Viewing changes to app/store/env/python.js

  • Committer: Benjamin Saller
  • Date: 2013-05-02 20:13:10 UTC
  • mto: This revision was merged to the branch mainline in revision 646.
  • Revision ID: bcsaller@gmail.com-20130502201310-zsmnpf1groq323ah
review feedback

Show diffs side-by-side

added added

removed removed

Lines of Context:
266
266
     * Export data from the environment.
267
267
     *
268
268
     * @method exportEnvironment
269
 
     * @return {String} Sends a message to the server only.
 
269
     * @return {undefined} Sends a message to the server only.
270
270
     */
271
271
    exportEnvironment: function(callback) {
272
272
      this._send_rpc(
278
278
     *
279
279
     * @method importEnvironment
280
280
     * @param {String} envData JSON blob to import.
281
 
     * @return {String} Sends a message to the server only.
 
281
     * @return {undefined} Sends a message to the server only.
282
282
     */
283
283
    importEnvironment: function(envData, callback) {
284
284
      this._send_rpc(