UNPKG

grunt-contrib

Version:
27 lines (19 loc) 293 B
/** @module App @class DeepClass @static */ var App = App || {}; App.DeepClass = (function() { var self = { /** This is a sample method. @method App.DeepClass.init @param foo {String} A sample parameter. */ 'init': function(foo) { // } }; return self; })();