This commit is contained in:
Joe Reeve
2015-11-07 11:00:32 +00:00
commit b3f0b0e816
48 changed files with 39830 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
Ractive.plugins.test = $(function($, Ractive){
})(jQuery, Ractive);
Ractive.components.plugintest = Ractive.plugins.test;