[Documentation] Switch Step 1 to fenced

This commit is contained in:
Alex M
2016-08-24 22:45:55 +03:00
parent 79c5895f2f
commit 5161205a06

View File

@ -2346,6 +2346,7 @@ add a top-level object which will serve as a container; in the next step, we
will populate this with the contents of the telemetry dictionary (which we will populate this with the contents of the telemetry dictionary (which we
will retrieve from the server.) will retrieve from the server.)
```diff
define([ define([
'legacyRegistry' 'legacyRegistry'
], function ( ], function (
@ -2375,6 +2376,7 @@ will retrieve from the server.)
} }
}); });
}); });
```
__tutorials/telemetry/bundle.js__ __tutorials/telemetry/bundle.js__
Here, we've created our initial telemetry plugin. This exposes a new domain Here, we've created our initial telemetry plugin. This exposes a new domain