Source: thirdparty.js

// VVVV.js -- Visual Web Client Programming
// (c) 2011 Matthias Zauner
// VVVV.js is freely distributable under the MIT license.
// Additional authors of sub components are mentioned at the specific code locations.

/** Define 3rd party libraries, that should be loaded on demand here.
 * Use
 * VVVV.Nodes.YourNode.requirements = ["exampleLib"]
 * after your nodes's code to define, that the library is required.
 */
VVVV.ThirdPartyLibs = {
  //"exampleLib": "lib/examplelib.js"
}

// ... and just leave this
VVVV.LoadedLibs = {};
VVVV.js Copyright © 2012-2013 The contributors to the VVVV.js project.
Documentation generated by JSDoc 3.3.0-alpha4 on Thu May 08 2014 13:12:34 GMT+0200 (Mitteleuropäische Sommerzeit) using the DocStrap template.