diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-11 15:56:48 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-11 15:57:07 +0200 |
commit | 3069eaf35e833ffe4a1c1c7829dd7e168ae27420 (patch) | |
tree | d0c2e4d934cc34ba7d4232f759923b5a257dcb21 /editors | |
parent | b833247ce597ec26159b46c8dfbea7f1e265950b (diff) |
Merge up to r3319
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Textmate/Prado.tmbundle/Snippets/TRepeater.tmSnippet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TRepeater.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TRepeater.tmSnippet index 04a7fa17..e985bb73 100644 --- a/editors/Textmate/Prado.tmbundle/Snippets/TRepeater.tmSnippet +++ b/editors/Textmate/Prado.tmbundle/Snippets/TRepeater.tmSnippet @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>content</key> - <string><com:TRepeater ID="${1:repeater1}" DataKeys="${2:Data key field}"> + <string><com:TRepeater ID="${1:repeater1}" DataKeyField="${2:Data key field}"> <prop:EmptyTemplate> ${3:<!-- content -->} </prop:EmptyTemplate> |