(function() { 'use strict' var vm = avalon.define({ $id: 'test', name: 'World', array: [1111, 2222, 3333] }) })();