]> iEval git - plack-app-gruntmaster.git/blame - js/90-reqjs.js
Mark everything that requires javascript with class reqjs
[plack-app-gruntmaster.git] / js / 90-reqjs.js
CommitLineData
2d5a49fc
MG
1(function(){
2 'use strict';
3
4 $( document ).ready(function() {
5 $('.reqjs').removeClass('reqjs');
6 });
7})();
This page took 0.018513 seconds and 4 git commands to generate.