Remove old example template

This commit is contained in:
Tim Schaub
2015-11-17 10:35:08 -07:00
parent 99ca4047dd
commit 10eb041199
2 changed files with 0 additions and 89 deletions
-2
View File
@@ -16,6 +16,4 @@ To enable this, examples have the following, not needed in application code:
* html files load `resources/common.js` and some scripts use `common.getRendererFromQueryString()` to set the map renderer; application code would not need these
* in addition, examples use Twitter Bootstrap and jQuery; this is of course not a requirement - you may use whichever presentation/helper libraries you wish
At the bottom of each example generated in the `build/examples` folder, a modified version of its source code is shown. That modified version can be run standalone and is usually used as starting point for users to extend examples into their own application.