src/evrythng-extended.js

EVRYTHNG's JavaScript SDK (Extended)

EVRYTHNG-EXTENDED.JS

This specific version of EvrythngJS simply extends the core module by adding the Operator scope (EVT.Operator) and the TrustedApplication scope (EVT.TrustedApp).

See more information of how EvrythngJS is built and bundled in evrythng doc.

define([ 'evrythng', 'scope/operator', 'scope/trustedApplication' ], function(EVT) { 'use strict';

Return fully built EVT module.

return EVT; });