additional helper templates

This commit is contained in:
Sebastian McKenzie
2014-09-29 03:43:37 +10:00
parent c8db68d2d7
commit 4859a25876
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
(function (obj) {
return obj;
})(OBJECT)

View File

@@ -0,0 +1 @@
obj[KEY] = VALUE;