source: Dev/trunk/src/client/dojox/app/tests/customApp/dtl.js

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

  • Property svn:executable set to *
File size: 100 bytes
Line 
1define([], function(){
2        return {
3                oldRepl: "Fruit: ",
4                items: ["apple", "banana", "orange"]
5        }
6});
Note: See TracBrowser for help on using the repository browser.