diff --git a/test/data/propTemplates/siblingTemplates.rt.js b/test/data/propTemplates/siblingTemplates.rt.js index 58f5009..53cfcd6 100644 --- a/test/data/propTemplates/siblingTemplates.rt.js +++ b/test/data/propTemplates/siblingTemplates.rt.js @@ -3,16 +3,16 @@ define([ 'lodash' ], function (React, _) { 'use strict'; - function templateProp11(brother) { - return React.createElement('div', {}, 'Brother: ', brother); - } - function templateProp22(sister) { - return React.createElement('div', {}, 'Sister: ', sister); - } - function templateProp33(other) { - return React.createElement('div', {}, 'Other: ', other); - } return function () { + function templateProp11(brother) { + return React.createElement('div', {}, 'Brother: ', brother); + } + function templateProp22(sister) { + return React.createElement('div', {}, 'Sister: ', sister); + } + function templateProp33(other) { + return React.createElement('div', {}, 'Other: ', other); + } return React.createElement('div', { 'templateProp1': templateProp11.bind(this), 'templateProp2': templateProp22.bind(this),