steal.get.steals  function     

Gets a list of plugins stolen by a file (or plugin w/i a folder)

steal.get.steals("https://github.com/jupiterjs/mxui/tree/master/data/grid",
                 {getter: steal.get.git});

// -> ['mxui/layout/table_scroll','mxui/data','jquery/controller/view',..]
steal.get.steals(url, options) -> Array
{Object}
{Object}
{Array}

an array of stolen JS files.

© Jupiter IT - JavaScriptMVC Training and Support