Advertisement
Guest User

Untitled

a guest
Aug 17th, 2012
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. define(['lib/js/js-animation-plugin.js'], function (plugin) {
  2.         console.log("Loaded js animation code.",plugin);
  3.         return {
  4.             type : function () {
  5.                 return "js";
  6.             },
  7.             run : function (args) {
  8.                 console.info("Running js animator");
  9.                 plugin.action(args.target);
  10.             }
  11.         };
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement