flackend
11/18/2013 - 4:57 PM

JavaScript files starter

JavaScript files starter

;(function (window, document, $, undefined) {

  $(function() {

    "use strict";

  });/* on document ready */
})(this, this.document, jQuery);